We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398b513 commit 3c691acCopy full SHA for 3c691ac
1 file changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# Syntax validation and some basic sanity checks
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.6.0
+ rev: v5.0.0
5
hooks:
6
- id: check-merge-conflict
7
- id: check-ast
@@ -11,8 +11,8 @@ repos:
11
args: ['--maxkb=200']
12
- id: check-yaml
13
14
-- repo: https://github.com/charliermarsh/ruff-pre-commit
15
- rev: v0.4.8
+- repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.7.0
16
17
- id: ruff
18
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
@@ -22,7 +22,7 @@ repos:
22
23
# Type checking
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.10.0
+ rev: v1.13.0
26
27
- id: mypy
28
files: 'src/.*\.py$'
0 commit comments