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 9db1d83 commit 7140d3cCopy full SHA for 7140d3c
.pre-commit-config.yaml
@@ -11,13 +11,13 @@ 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: trailing-whitespace
17
- id: check-added-large-files
18
19
- repo: https://github.com/psf/black
20
- rev: 24.3.0
+ rev: 24.4.2
21
22
- id: black
23
name: "Black: The uncompromising Python code formatter"
@@ -30,7 +30,7 @@ repos:
30
args: ["--profile", "black"]
31
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.3.5
+ rev: v0.5.0
34
35
# Run the linter.
36
- id: ruff
0 commit comments