File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.5 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
- id : check-docstring-first
@@ -11,12 +11,12 @@ repos:
11
11
- id : trailing-whitespace
12
12
13
13
- repo : https://github.com/asottile/pyupgrade
14
- rev : v3.15.2
14
+ rev : v3.17.0
15
15
hooks :
16
16
- id : pyupgrade
17
17
18
18
- repo : https://github.com/psf/black
19
- rev : 24.3 .0
19
+ rev : 24.10 .0
20
20
hooks :
21
21
- id : black
22
22
28
28
args : [--profile, black, --filter-files]
29
29
30
30
- repo : https://github.com/PyCQA/flake8
31
- rev : 7.0.0
31
+ rev : 7.1.1
32
32
hooks :
33
33
- id : flake8
34
34
45
45
# - id: setup-cfg-fmt
46
46
47
47
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
48
- rev : v2.12 .0
48
+ rev : v2.14 .0
49
49
hooks :
50
50
- id : pretty-format-toml
51
51
args : [--autofix]
You can’t perform that action at this time.
0 commit comments