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 d2eb66a commit c9a5bdeCopy full SHA for c9a5bde
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: mixed-line-ending
13
14
- repo: https://github.com/PyCQA/isort
15
- rev: 6.0.1
+ rev: 7.0.0
16
hooks:
17
- id: isort
18
files: >-
@@ -23,8 +23,8 @@ repos:
23
tests/
24
)
25
26
-- repo: https://github.com/psf/black
27
- rev: 25.1.0
+- repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
28
29
- id: black
30
@@ -36,12 +36,12 @@ repos:
36
37
38
- repo: https://github.com/tox-dev/pyproject-fmt
39
- rev: v2.6.0
+ rev: v2.11.0
40
41
- id: pyproject-fmt
42
43
- repo: https://github.com/astral-sh/ruff-pre-commit
44
- rev: v0.12.10
+ rev: v0.14.2
45
46
- id: ruff
47
0 commit comments