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.
2 parents 20a9454 + ef0a8cb commit 4ca29a0Copy full SHA for 4ca29a0
1 file changed
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.12.10
+ rev: v0.13.3
4
hooks:
5
- id: ruff-check
6
args: [--exit-non-zero-on-fix]
7
8
- repo: https://github.com/psf/black-pre-commit-mirror
9
- rev: 25.1.0
+ rev: 25.9.0
10
11
- id: black
12
args: [--target-version=py311]
@@ -25,7 +25,7 @@ repos:
25
- id: trailing-whitespace
26
27
- repo: https://github.com/tox-dev/pyproject-fmt
28
- rev: v2.6.0
+ rev: v2.7.0
29
30
- id: pyproject-fmt
31
0 commit comments