File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
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 : v4.0.1
3+ rev : v4.3.0
44 hooks :
55 - id : check-added-large-files
66 args : ['--maxkb=100']
@@ -10,25 +10,25 @@ repos:
1010 - id : debug-statements
1111 - id : end-of-file-fixer
1212- repo : https://github.com/asottile/pyupgrade
13- rev : v2.26 .0
13+ rev : v3.2 .0
1414 hooks :
1515 - id : pyupgrade
1616 args : [--py36-plus]
1717- repo : https://github.com/asottile/reorder_python_imports
18- rev : v2.6 .0
18+ rev : v3.9 .0
1919 hooks :
2020 - id : reorder-python-imports
2121- repo : https://github.com/psf/black
22- rev : 21.9b0
22+ rev : 22.10.0
2323 hooks :
2424 - id : black
2525- repo : https://github.com/asottile/blacken-docs
26- rev : v1.11.0
26+ rev : v1.12.1
2727 hooks :
2828 - id : blacken-docs
2929 additional_dependencies : [black]
3030- repo : https://github.com/PyCQA/flake8
31- rev : 3.9.2
31+ rev : 5.0.4
3232 hooks :
3333 - id : flake8
3434 additional_dependencies : [
4747 Pygments,
4848 ]
4949- repo : https://github.com/PyCQA/doc8
50- rev : 0.9 .0
50+ rev : v1.0 .0
5151 hooks :
5252 - id : doc8
5353# - repo: https://github.com/codespell-project/codespell
You can’t perform that action at this time.
0 commit comments