diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index caa14c9c7..3f84719e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,12 +30,10 @@ repos: args: ["--schemafile", "schemas/settings.yaml"] files: /settings\.toml$ types_or: [toml] - # Currently broken on fresh installs: - # https://github.com/igorshubovych/markdownlint-cli/issues/605 - # - repo: https://github.com/igorshubovych/markdownlint-cli - # rev: v0.48.0 - # hooks: - # - id: markdownlint-fix + - repo: https://github.com/igorshubovych/markdownlint-cli + rev: v0.48.0 + hooks: + - id: markdownlint-fix - repo: https://github.com/pre-commit/mirrors-prettier rev: "v4.0.0-alpha.8" hooks: