We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f2491 commit 7f6e1f7Copy full SHA for 7f6e1f7
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ ci:
19
repos:
20
# Standard hooks
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v4.6.0
+ rev: v5.0.0
23
hooks:
24
- id: check-added-large-files
25
- id: check-case-conflict
@@ -35,7 +35,7 @@ repos:
35
36
# Lints code
37
- repo: https://github.com/astral-sh/ruff-pre-commit
38
- rev: "v0.4.2"
+ rev: "v0.9.6"
39
40
- id: ruff
41
args: ["--fix", "--show-fixes"]
0 commit comments