This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 9c47fde authored Mar 18, 2024 · 0 / 1 · Verified
1 parent b9d977c commit 9c47fde Copy full SHA for 9c47fde
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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.3.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.3 "
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