File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 - id : debug-statements
1111 - id : end-of-file-fixer
1212- repo : https://github.com/pre-commit/pygrep-hooks
13- rev : v1.7.0 # Use the ref you want to point at
13+ rev : v1.7.1 # Use the ref you want to point at
1414 hooks :
1515 - id : python-check-blanket-noqa
1616 - id : python-check-mock-methods
@@ -22,20 +22,20 @@ repos:
2222 - id : rst-inline-touching-normal
2323 - id : text-unicode-replacement-char
2424- repo : https://github.com/asottile/pyupgrade
25- rev : v2.7.4
25+ rev : v2.10.0
2626 hooks :
2727 - id : pyupgrade
2828 args : [--py36-plus]
2929- repo : https://github.com/asottile/reorder_python_imports
30- rev : v2.3.6
30+ rev : v2.4.0
3131 hooks :
3232 - id : reorder-python-imports
3333- repo : https://github.com/psf/black
3434 rev : 20.8b1
3535 hooks :
3636 - id : black
3737- repo : https://github.com/asottile/blacken-docs
38- rev : v1.9.1
38+ rev : v1.9.2
3939 hooks :
4040 - id : blacken-docs
4141 additional_dependencies : [black]
You can’t perform that action at this time.
0 commit comments