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 4812771Copy full SHA for 4812771
.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
@@ -19,12 +19,12 @@ repos:
19
20
- id: markdownlint-cli2
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: "v0.6.8"
+ rev: "v0.7.2"
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