File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ repos:
22
22
- id : black
23
23
24
24
- repo : https://github.com/astral-sh/ruff-pre-commit
25
- rev : v0.9.1
25
+ rev : v0.9.5
26
26
hooks :
27
27
- id : ruff
28
28
args : [--fix, --exit-non-zero-on-fix]
29
29
30
30
- repo : https://github.com/pre-commit/mirrors-mypy
31
- rev : v1.14.1
31
+ rev : v1.15.0
32
32
hooks :
33
33
- id : mypy
34
34
exclude : tests/data
54
54
exclude : NEWS.rst # The errors flagged in NEWS.rst are old.
55
55
56
56
- repo : https://github.com/codespell-project/codespell
57
- rev : v2.3.0
57
+ rev : v2.4.1
58
58
hooks :
59
59
- id : codespell
60
60
exclude : AUTHORS.txt|tests/data
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def test(session: nox.Session) -> None:
82
82
)
83
83
# fmt: on
84
84
else :
85
- msg = f"Re-using existing common-wheels at { LOCATIONS ['common-wheels' ]} ."
85
+ msg = f"Reusing existing common-wheels at { LOCATIONS ['common-wheels' ]} ."
86
86
session .log (msg )
87
87
88
88
# Build source distribution
You can’t perform that action at this time.
0 commit comments