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 f7b872e commit 30ce29dCopy full SHA for 30ce29d
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
args: ["--target-version=py39"]
13
14
- repo: https://github.com/PyCQA/isort
15
- rev: 6.1.0
+ rev: 7.0.0
16
hooks:
17
- id: isort
18
@@ -24,7 +24,7 @@ repos:
24
- id: debug-statements
25
26
- repo: https://github.com/mgedmin/check-manifest
27
- rev: "0.50"
+ rev: "0.51"
28
29
- id: check-manifest
30
args: [--no-build-isolation]
@@ -47,7 +47,7 @@ repos:
47
# - id: pyprojectsort
48
49
- repo: https://github.com/python-jsonschema/check-jsonschema
50
- rev: "0.34.0"
+ rev: "0.34.1"
51
52
- id: check-github-workflows
53
- id: check-readthedocs
@@ -59,7 +59,7 @@ repos:
59
60
- repo: https://github.com/astral-sh/ruff-pre-commit
61
# Ruff version.
62
- rev: v0.13.3
+ rev: v0.14.3
63
64
# Run the linter.
65
- id: ruff
0 commit comments