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 38133cc commit 7cc80baCopy full SHA for 7cc80ba
.pre-commit-config.yaml
@@ -21,19 +21,19 @@ repos:
21
args: [--target-version, "3.2"]
22
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: "v0.3.5"
+ rev: "v0.4.3"
25
hooks:
26
- id: ruff
27
args: [--fix, --exit-non-zero-on-fix]
28
29
30
# Ruff version.
31
- rev: v0.3.5
+ rev: v0.4.3
32
33
- id: ruff-format
34
35
- repo: https://github.com/pre-commit/pre-commit-hooks
36
- rev: v4.5.0
+ rev: v4.6.0
37
38
- id: check-added-large-files
39
- id: check-case-conflict
0 commit comments