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 6d4db8d commit 33fcefbCopy full SHA for 33fcefb
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: mixed-line-ending
15
16
- repo: https://github.com/PyCQA/isort
17
- rev: 6.1.0
+ rev: 7.0.0
18
hooks:
19
- id: isort
20
@@ -24,17 +24,17 @@ repos:
24
- id: black
25
26
- repo: https://github.com/tox-dev/pyproject-fmt
27
- rev: v2.7.0
+ rev: v2.11.0
28
29
- id: pyproject-fmt
30
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: v0.13.3
+ rev: v0.14.1
33
34
- id: ruff
35
36
- repo: https://github.com/mgedmin/check-manifest
37
- rev: "0.50"
+ rev: "0.51"
38
39
- id: check-manifest
40
args: [--no-build-isolation]
0 commit comments