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 3a630c5 commit 9cd51a0Copy full SHA for 9cd51a0
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.6.0
+ rev: v5.0.0
5
hooks:
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
@@ -28,7 +28,7 @@ repos:
28
additional_dependencies:
29
- tomli; python_version<'3.11'
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- rev: "v0.6.3"
+ rev: "v0.9.2"
32
33
- id: ruff
34
args: [--fix, --exit-non-zero-on-fix]
@@ -40,7 +40,7 @@ repos:
40
- id: yamllint
41
files: \.(yaml|yml)$
42
- repo: https://github.com/pre-commit/mirrors-mypy
43
- rev: v1.11.2
+ rev: v1.14.1
44
45
- id: mypy
46
0 commit comments