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 c8c6374 commit 3411194Copy full SHA for 3411194
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: mixed-line-ending
13
14
- repo: https://github.com/PyCQA/isort
15
- rev: 5.13.2
+ rev: 6.0.1
16
hooks:
17
- id: isort
18
files: >-
@@ -24,7 +24,7 @@ repos:
24
)
25
26
- repo: https://github.com/psf/black
27
- rev: 24.10.0
+ rev: 25.1.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.5.0
+ rev: v2.5.1
40
41
- id: pyproject-fmt
42
43
- repo: https://github.com/astral-sh/ruff-pre-commit
44
- rev: v0.9.3
+ rev: v0.9.10
45
46
- id: ruff
47
0 commit comments