@@ -12,22 +12,22 @@ repos:
1212 - id : end-of-file-fixer
1313 - id : trailing-whitespace
1414 - repo : https://github.com/asottile/pyupgrade
15- rev : v2.19.4
15+ rev : v2.29.0
1616 hooks :
1717 - id : pyupgrade
1818 - repo : https://github.com/PyCQA/isort
19- rev : 5.9.1
19+ rev : 5.9.3
2020 hooks :
2121 - id : isort
2222 - repo : https://github.com/psf/black
23- rev : 21.6b0
23+ rev : 21.9b0
2424 hooks :
2525 - id : black
2626 - repo : https://github.com/asottile/blacken-docs
27- rev : v1.10 .0
27+ rev : v1.11 .0
2828 hooks :
2929 - id : blacken-docs
30- additional_dependencies : [ black==21.6b0 ]
30+ additional_dependencies : [ black==21.9b0 ]
3131 - repo : https://github.com/pre-commit/pygrep-hooks
3232 rev : v1.9.0
3333 hooks :
@@ -38,18 +38,20 @@ repos:
3838 - id : setup-cfg-fmt
3939 args : [--min-py3-version, "3.6", "--max-py-version", "3.10"]
4040 - repo : https://github.com/tox-dev/tox-ini-fmt
41- rev : " 0.5.0 "
41+ rev : " 0.5.1 "
4242 hooks :
4343 - id : tox-ini-fmt
4444 args : ["-p", "fix"]
4545 - repo : https://github.com/PyCQA/flake8
4646 rev : " 3.9.2"
4747 hooks :
4848 - id : flake8
49- additional_dependencies : [
50- " flake8-bugbear == 21.4.3" ,
51- " flake8-unused-arguments == 0.0.6" ,
52- " flake8-comprehensions == 3.5.0" ,
53- " flake8-spellcheck == 0.24.0" ,
54- " flake8-pytest-style == 1.4.2" ,
55- ]
49+ additional_dependencies :
50+ - flake8-bugbear==21.9.2
51+ - flake8-comprehensions==3.6.1
52+ - flake8-pytest-style==1.5
53+ - flake8-spellcheck==0.24
54+ - flake8-unused-arguments==0.0.6
55+ - flake8-noqa==1.1.0
56+ - flake8-eradicate==1.1.0
57+ - pep8-naming==0.12.1
0 commit comments