We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 560f5aa + 9b491b8 commit 0e3a611Copy full SHA for 0e3a611
1 file changed
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v5.0.0
+ rev: v6.0.0
13
hooks:
14
- id: trailing-whitespace
15
- id: end-of-file-fixer
@@ -18,14 +18,14 @@ repos:
18
args: [-f=lf]
19
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: v0.12.2
+ rev: v0.13.3
22
23
- id: ruff
24
args: [--fix, --exit-non-zero-on-fix]
25
- id: ruff-format
26
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: v1.16.1
+ rev: v1.18.2
29
30
- id: mypy
31
additional_dependencies: []
@@ -44,6 +44,6 @@ repos:
44
- tomli
45
46
- repo: https://github.com/lyz-code/yamlfix/
47
- rev: 1.17.0
+ rev: 1.18.0
48
49
- id: yamlfix
0 commit comments