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