File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
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.4.0
3+ rev : v4.0.1
44 hooks :
55 - id : check-added-large-files
66 args : ['--maxkb=100']
1010 - id : debug-statements
1111 - id : end-of-file-fixer
1212- repo : https://github.com/pre-commit/pygrep-hooks
13- rev : v1.8 .0 # Use the ref you want to point at
13+ rev : v1.9 .0 # Use the ref you want to point at
1414 hooks :
1515 - id : python-check-blanket-noqa
1616 - id : python-check-mock-methods
@@ -22,25 +22,25 @@ repos:
2222 - id : rst-inline-touching-normal
2323 - id : text-unicode-replacement-char
2424- repo : https://github.com/asottile/pyupgrade
25- rev : v2.10.0
25+ rev : v2.19.4
2626 hooks :
2727 - id : pyupgrade
2828 args : [--py36-plus]
2929- repo : https://github.com/asottile/reorder_python_imports
30- rev : v2.4 .0
30+ rev : v2.5 .0
3131 hooks :
3232 - id : reorder-python-imports
3333- repo : https://github.com/psf/black
34- rev : 20.8b1
34+ rev : 21.6b0
3535 hooks :
3636 - id : black
3737- repo : https://github.com/asottile/blacken-docs
38- rev : v1.9.2
38+ rev : v1.10.0
3939 hooks :
4040 - id : blacken-docs
4141 additional_dependencies : [black]
42- - repo : https://gitlab .com/pycqa /flake8
43- rev : 3.8.4
42+ - repo : https://github .com/PyCQA /flake8
43+ rev : 3.9.2
4444 hooks :
4545 - id : flake8
4646 types : [python]
@@ -65,12 +65,12 @@ repos:
6565 hooks :
6666 - id : doc8
6767- repo : https://github.com/econchick/interrogate
68- rev : 1.3.2
68+ rev : 1.4.0
6969 hooks :
7070 - id : interrogate
7171 args : [-v, --fail-under=40, src, tests]
7272- repo : https://github.com/codespell-project/codespell
73- rev : v2.0 .0
73+ rev : v2.1 .0
7474 hooks :
7575 - id : codespell
7676 args : [-L unparseable]
You can’t perform that action at this time.
0 commit comments