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 f277af7 commit a377c22Copy full SHA for a377c22
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ exclude: |
9
)$
10
repos:
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.6.0
+ rev: v5.0.0
13
hooks:
14
- id: debug-statements
15
exclude: |
@@ -27,7 +27,7 @@ repos:
27
- id: sphinx-lint
28
args: ["."]
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.6.5
+ rev: v0.6.9
31
32
- id: ruff
33
args: ["--fix", "--output-format=full"]
0 commit comments