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 b0bab5d commit 646d5f7Copy full SHA for 646d5f7
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ ci:
11
12
repos:
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: "v4.5.0"
+ rev: "v4.6.0"
15
hooks:
16
- id: check-added-large-files
17
- id: check-case-conflict
@@ -28,13 +28,13 @@ repos:
28
- id: trailing-whitespace
29
30
- repo: https://github.com/psf/black
31
- rev: "23.11.0"
+ rev: "24.4.0"
32
33
- id: black
34
args: [--line-length=79]
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.1.6
+ rev: v0.4.1
38
39
- id: ruff
40
args: [--fix, --exit-non-zero-on-fix]
0 commit comments