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.2.0
3
+ rev : v4.0.1
4
4
hooks :
5
5
- id : requirements-txt-fixer
6
6
name : Requirements
@@ -25,23 +25,23 @@ repos:
25
25
- id : check-merge-conflict
26
26
name : Merge Conflicts
27
27
- repo : https://github.com/psf/black
28
- rev : 21.8b0
28
+ rev : 21.12b0
29
29
hooks :
30
30
- id : black
31
31
name : Black Formatting
32
32
language : python
33
33
types : [file, python]
34
34
args : [--line-length=100]
35
- - repo : https://gitlab .com/pycqa /flake8
36
- rev : 3.9.2
35
+ - repo : https://github .com/PyCQA /flake8
36
+ rev : 4.0.1
37
37
hooks :
38
38
- id : flake8
39
39
name : flake8 Formatting
40
40
language : python
41
41
types : [file, python]
42
42
args : [--max-line-length=100, --ignore=E203 E501 E402 W503 W504]
43
43
- repo : https://github.com/pycqa/isort
44
- rev : 5.9.3
44
+ rev : 5.10.1
45
45
hooks :
46
46
- id : isort
47
47
name : isort Formatting
You can’t perform that action at this time.
0 commit comments