File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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.16 .0
11
11
hooks :
12
12
- id : mypy
13
13
additional_dependencies : [numpy>=1.25.0]
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
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]
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.11.13
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