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 47a4e94 commit eade69eCopy full SHA for eade69e
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
doc/data/messages/m/missing-final-newline/bad/crlf.py
21
)$
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: "v0.14.3"
+ rev: "v0.14.4"
24
hooks:
25
- id: ruff-check
26
args: ["--fix"]
@@ -43,7 +43,7 @@ repos:
43
- id: isort
44
exclude: doc/data/messages/
45
- repo: https://github.com/psf/black-pre-commit-mirror
46
- rev: 25.9.0
+ rev: 25.11.0
47
48
- id: black
49
args: [--safe, --quiet]
@@ -165,7 +165,7 @@ repos:
165
additional_dependencies:
166
- tomli
167
- repo: https://github.com/tox-dev/pyproject-fmt
168
- rev: "v2.11.0"
+ rev: "v2.11.1"
169
170
- id: pyproject-fmt
171
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments