File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
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.11.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
3838 rev : v1.10.0
3939 hooks :
4040 - id : blacken-docs
4141 additional_dependencies : [black]
42- - repo : https://gitlab .com/pycqa /flake8
43- rev : 3.9.0
42+ - repo : https://github .com/PyCQA /flake8
43+ rev : 3.9.2
4444 hooks :
4545 - id : flake8
4646 types : [python]
@@ -64,12 +64,12 @@ repos:
6464 hooks :
6565 - id : doc8
6666- repo : https://github.com/econchick/interrogate
67- rev : 1.3.2
67+ rev : 1.4.0
6868 hooks :
6969 - id : interrogate
7070 args : [-v, --fail-under=40, src, tests]
7171- repo : https://github.com/codespell-project/codespell
72- rev : v2.0 .0
72+ rev : v2.1 .0
7373 hooks :
7474 - id : codespell
7575 args : [-L unparseable]
You can’t perform that action at this time.
0 commit comments