We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895bb2a commit 831e9a3Copy full SHA for 831e9a3
{{cookiecutter.project_slug}}/.pre-commit-config.yaml
@@ -2,16 +2,15 @@ fail_fast: true
2
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
- rev: v0.12.8
+ rev: v0.13.0
6
hooks:
7
- id: ruff
8
args: [--fix, --exit-non-zero-on-fix]
9
- - repo: https://github.com/pre-commit/mirrors-mypy
10
- rev: v1.17.1
+ - repo: https://github.com/igorshubovych/markdownlint-cli
+ rev: v0.45.0
11
12
- - id: mypy
13
- args: [--ignore-missing-imports]
14
- additional_dependencies: [tokenize-rt]
+ - id: markdownlint
+ args: [--fix, --config, .markdownlint.jsonc]
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
rev: v6.0.0
17
0 commit comments