File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ default_stages:
7
7
minimum_pre_commit_version : 3.0.0
8
8
repos :
9
9
- repo : https://github.com/pre-commit/mirrors-mypy
10
- rev : v1.15.0
10
+ rev : v1.17.1
11
11
hooks :
12
12
- id : mypy
13
13
additional_dependencies : [numpy>=1.25.0]
29
29
additional_dependencies : [toml]
30
30
args : [--order-by-type]
31
31
- repo : https://github.com/pre-commit/pre-commit-hooks
32
- rev : v5 .0.0
32
+ rev : v6 .0.0
33
33
hooks :
34
34
- id : check-merge-conflict
35
35
- id : check-ast
42
42
- id : check-yaml
43
43
- id : check-toml
44
44
- repo : https://github.com/asottile/pyupgrade
45
- rev : v3.19.1
45
+ rev : v3.20.0
46
46
hooks :
47
47
- id : pyupgrade
48
48
args : [--py3-plus, --py38-plus, --keep-runtime-typing]
@@ -52,18 +52,18 @@ repos:
52
52
- id : blacken-docs
53
53
additional_dependencies : [black==23.1.0]
54
54
- repo : https://github.com/rstcheck/rstcheck
55
- rev : v6.2.4
55
+ rev : v6.2.5
56
56
hooks :
57
57
- id : rstcheck
58
58
additional_dependencies : [toml, sphinx]
59
59
args : [--config=pyproject.toml]
60
60
- repo : https://github.com/PyCQA/doc8
61
- rev : v1.1.2
61
+ rev : v2.0.0
62
62
hooks :
63
63
- id : doc8
64
64
- repo : https://github.com/astral-sh/ruff-pre-commit
65
65
# Ruff version.
66
- rev : v0.11.7
66
+ rev : v0.12.10
67
67
hooks :
68
68
- id : ruff
69
69
args : [--fix, --exit-non-zero-on-fix]
You can’t perform that action at this time.
0 commit comments