We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02f7388 + 79e448d commit 6448762Copy full SHA for 6448762
1 file changed
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
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: end-of-file-fixer
15
- id: trailing-whitespace
@@ -27,7 +27,7 @@ repos:
27
28
- id: mixed-line-ending
29
- repo: https://github.com/psf/black
30
- rev: "24.3.0"
+ rev: "24.4.2"
31
32
- id: black
33
- id: black-jupyter
@@ -37,7 +37,7 @@ repos:
37
- id: isort
38
args: ["--profile", "black"]
39
- repo: https://github.com/astral-sh/ruff-pre-commit
40
- rev: v0.3.5
+ rev: v0.5.0
41
42
- id: ruff
43
args: ['--fix']
0 commit comments