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 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v3.2.0
3+ rev : v4.0.1
44 hooks :
55 - id : requirements-txt-fixer
66 name : Requirements
@@ -25,23 +25,23 @@ repos:
2525 - id : check-merge-conflict
2626 name : Merge Conflicts
2727 - repo : https://github.com/psf/black
28- rev : 21.8b0
28+ rev : 21.12b0
2929 hooks :
3030 - id : black
3131 name : Black Formatting
3232 language : python
3333 types : [file, python]
3434 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
3737 hooks :
3838 - id : flake8
3939 name : flake8 Formatting
4040 language : python
4141 types : [file, python]
4242 args : [--max-line-length=100, --ignore=E203 E501 E402 W503 W504]
4343 - repo : https://github.com/pycqa/isort
44- rev : 5.9.3
44+ rev : 5.10.1
4545 hooks :
4646 - id : isort
4747 name : isort Formatting
You can’t perform that action at this time.
0 commit comments