Skip to content

Commit 831e9a3

Browse files
ci (pre-commit): remove mypy, add markdownlint, bump deps
1 parent 895bb2a commit 831e9a3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ fail_fast: true
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.12.8
5+
rev: v0.13.0
66
hooks:
77
- id: ruff
88
args: [--fix, --exit-non-zero-on-fix]
9-
- repo: https://github.com/pre-commit/mirrors-mypy
10-
rev: v1.17.1
9+
- repo: https://github.com/igorshubovych/markdownlint-cli
10+
rev: v0.45.0
1111
hooks:
12-
- id: mypy
13-
args: [--ignore-missing-imports]
14-
additional_dependencies: [tokenize-rt]
12+
- id: markdownlint
13+
args: [--fix, --config, .markdownlint.jsonc]
1514
- repo: https://github.com/pre-commit/pre-commit-hooks
1615
rev: v6.0.0
1716
hooks:

0 commit comments

Comments
 (0)