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 17df0c0 commit 731b0abCopy full SHA for 731b0ab
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: "v4.6.0"
+ rev: "v5.0.0"
4
hooks:
5
- id: check-json
6
- id: check-merge-conflict
@@ -15,16 +15,16 @@ repos:
15
args:
16
- --no-error-on-unmatched-pattern
17
- repo: https://github.com/DavidAnson/markdownlint-cli2
18
- rev: "v0.14.0"
+ rev: "v0.15.0"
19
20
- id: markdownlint-cli2
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: "v0.6.8"
+ rev: "v0.7.3"
23
24
- id: ruff
25
- id: ruff-format
26
- repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: "v1.11.2"
+ rev: "v1.13.0"
28
29
- id: mypy
30
additional_dependencies:
0 commit comments