We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08fb3f commit 3910275Copy full SHA for 3910275
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: ".*/data/.*"
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: trailing-whitespace
7
- id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
13
- id: check-merge-conflict
14
- id: check-vcs-permalinks
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.6.4
+ rev: v0.9.1
17
18
- id: ruff
19
args: [ --fix ]
@@ -24,7 +24,7 @@ repos:
24
args: [ --select, ISC001, --fix ]
25
exclude: = ["doc", "tools"]
26
- repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: v1.11.2
+ rev: v1.14.1
28
29
- id: mypy
30
# Sync with project.optional-dependencies.typing
0 commit comments