Skip to content

Commit 79fd197

Browse files
authored
Merge pull request #13215 from ichard26/pre-commit-ci-update-config
Bump ruff, codespell, and mypy pre-commit hooks
2 parents 1cdeb50 + 5dd3c2b commit 79fd197

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ repos:
2222
- id: black
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.9.1
25+
rev: v0.9.5
2626
hooks:
2727
- id: ruff
2828
args: [--fix, --exit-non-zero-on-fix]
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.14.1
31+
rev: v1.15.0
3232
hooks:
3333
- id: mypy
3434
exclude: tests/data
@@ -54,7 +54,7 @@ repos:
5454
exclude: NEWS.rst # The errors flagged in NEWS.rst are old.
5555

5656
- repo: https://github.com/codespell-project/codespell
57-
rev: v2.3.0
57+
rev: v2.4.1
5858
hooks:
5959
- id: codespell
6060
exclude: AUTHORS.txt|tests/data

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test(session: nox.Session) -> None:
8282
)
8383
# fmt: on
8484
else:
85-
msg = f"Re-using existing common-wheels at {LOCATIONS['common-wheels']}."
85+
msg = f"Reusing existing common-wheels at {LOCATIONS['common-wheels']}."
8686
session.log(msg)
8787

8888
# Build source distribution

0 commit comments

Comments
 (0)