This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 2c0497f authored Apr 15, 2024 · 0 / 1 · Verified
1 parent b9d977c commit 2c0497f Copy full SHA for 2c0497f
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ fail_fast: false
8
8
9
9
repos :
10
10
- repo : " https://github.com/pre-commit/pre-commit-hooks"
11
- rev : " v4.5 .0"
11
+ rev : " v4.6 .0"
12
12
hooks :
13
13
- id : " check-added-large-files"
14
14
- id : " check-ast"
@@ -42,24 +42,24 @@ repos:
42
42
- " --py38-plus"
43
43
44
44
- repo : " https://github.com/psf/black"
45
- rev : " 23.12.1 "
45
+ rev : " 24.4.0 "
46
46
hooks :
47
47
- id : " black"
48
48
args : ["--diff"]
49
49
50
50
- repo : " https://github.com/charliermarsh/ruff-pre-commit"
51
51
# Ruff version.
52
- rev : " v0.1.12 "
52
+ rev : " v0.3.7 "
53
53
hooks :
54
54
- id : " ruff"
55
55
56
56
- repo : " https://github.com/kynan/nbstripout"
57
- rev : " 0.6 .1"
57
+ rev : " 0.7 .1"
58
58
hooks :
59
59
- id : " nbstripout"
60
60
61
61
- repo : " https://github.com/python-poetry/poetry"
62
- rev : " 1.7 .0"
62
+ rev : " 1.8 .0"
63
63
hooks :
64
64
- id : " poetry-check"
65
65
- id : " poetry-lock"
You can’t perform that action at this time.
0 commit comments