We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d401c5 + 09b6a69 commit f9d11a7Copy full SHA for f9d11a7
1 file changed
.pre-commit-config.yaml
@@ -1,18 +1,18 @@
1
fail_fast: false
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.4.3
+ rev: v0.12.12
5
hooks:
6
- id: ruff
7
- id: ruff-format
8
- repo: https://github.com/pre-commit/mirrors-mypy
9
- rev: v1.10.0
+ rev: v1.17.1
10
11
- id: mypy
12
args:
13
- --ignore-missing-imports
14
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
15
- rev: v2.13.0
+ rev: v2.15.0
16
17
- id: pretty-format-yaml
18
@@ -25,7 +25,7 @@ repos:
25
- --indent=2
26
- --no-sort
27
- repo: https://github.com/pre-commit/pre-commit-hooks
28
- rev: v4.6.0
+ rev: v6.0.0
29
30
- id: check-case-conflict
31
- id: end-of-file-fixer
0 commit comments