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 4d4bd16 commit 98070dbCopy full SHA for 98070db
.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.5.0
+ rev: v4.6.0
13
hooks:
14
- id: debug-statements
15
exclude: |
@@ -22,7 +22,7 @@ repos:
22
23
- id: check-merge-conflict
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: v0.3.4
+ rev: v0.4.1
26
27
- id: ruff
28
args: ["--fix", "--output-format=full"]
0 commit comments