Skip to content

Commit 82ef647

Browse files
Upgrade tools from the pre-commit configuration (#9565)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
1 parent 88d21ea commit 82ef647

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
doc/data/messages/m/missing-final-newline/bad/crlf.py
1818
)$
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.3.7"
20+
rev: "v0.4.2"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
@@ -39,7 +39,7 @@ repos:
3939
- id: isort
4040
exclude: doc/data/messages/
4141
- repo: https://github.com/psf/black
42-
rev: 24.4.0
42+
rev: 24.4.2
4343
hooks:
4444
- id: black
4545
args: [--safe, --quiet]
@@ -120,7 +120,7 @@ repos:
120120
files: ^(doc/(.*/)*.*\.rst)
121121
additional_dependencies: [Sphinx==5.0.1]
122122
- repo: https://github.com/pre-commit/mirrors-mypy
123-
rev: v1.9.0
123+
rev: v1.10.0
124124
hooks:
125125
- id: mypy
126126
name: mypy

0 commit comments

Comments
 (0)