We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d21ea commit 82ef647Copy full SHA for 82ef647
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
doc/data/messages/m/missing-final-newline/bad/crlf.py
18
)$
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: "v0.3.7"
+ rev: "v0.4.2"
21
hooks:
22
- id: ruff
23
args: ["--fix"]
@@ -39,7 +39,7 @@ repos:
39
- id: isort
40
exclude: doc/data/messages/
41
- repo: https://github.com/psf/black
42
- rev: 24.4.0
+ rev: 24.4.2
43
44
- id: black
45
args: [--safe, --quiet]
@@ -120,7 +120,7 @@ repos:
120
files: ^(doc/(.*/)*.*\.rst)
121
additional_dependencies: [Sphinx==5.0.1]
122
- repo: https://github.com/pre-commit/mirrors-mypy
123
- rev: v1.9.0
+ rev: v1.10.0
124
125
- id: mypy
126
name: mypy
0 commit comments