Commit 8587355 1 parent 9b5b721 commit 8587355 Copy full SHA for 8587355
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 @@ -3,7 +3,7 @@ default_language_version:
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.4 .0
6
+ rev : v5.0 .0
7
7
hooks :
8
8
# list of supported hooks: https://pre-commit.com/hooks.html
9
9
- id : trailing-whitespace
@@ -14,18 +14,18 @@ repos:
14
14
# python code formatting/linting
15
15
- repo : https://github.com/astral-sh/ruff-pre-commit
16
16
# Ruff version.
17
- rev : " v0.0.286 "
17
+ rev : " v0.8.2 "
18
18
hooks :
19
19
- id : ruff
20
20
args : [--fix]
21
21
- repo : https://github.com/psf/black
22
- rev : 23.7 .0
22
+ rev : 24.10 .0
23
23
hooks :
24
24
- id : black
25
25
args : [--line-length, "100"]
26
26
# yaml formatting
27
27
- repo : https://github.com/pre-commit/mirrors-prettier
28
- rev : v3 .0.2
28
+ rev : v4 .0.0-alpha.8
29
29
hooks :
30
30
- id : prettier
31
31
types : [yaml]
You can’t perform that action at this time.
0 commit comments