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 : v3.4 .0
3
+ rev : v4.5 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
- id : check-case-conflict
@@ -11,23 +11,23 @@ repos:
11
11
- id : end-of-file-fixer
12
12
- id : trailing-whitespace
13
13
- repo : https://github.com/psf/black
14
- rev : 22 .3.0
14
+ rev : 24 .3.0
15
15
hooks :
16
16
- id : black
17
17
language_version : python3
18
18
- repo : https://github.com/pycqa/isort
19
- rev : 5.12 .0
19
+ rev : 5.13 .0
20
20
hooks :
21
21
- id : isort
22
22
- repo : https://github.com/PyCQA/flake8
23
- rev : 3.9.1
23
+ rev : 7.0.0
24
24
hooks :
25
25
- id : flake8
26
26
additional_dependencies :
27
27
- flake8-bugbear
28
28
- flake8-comprehensions
29
29
- repo : https://github.com/mgedmin/check-manifest
30
- rev : " 0.46 "
30
+ rev : " 0.49 "
31
31
hooks :
32
32
- id : check-manifest
33
33
args : [--no-build-isolation]
You can’t perform that action at this time.
0 commit comments