File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,21 +17,21 @@ repos:
1717 - id : isort
1818 args : [--profile, black, --filter-files]
1919 - repo : https://github.com/PyCQA/autoflake
20- rev : v2.2.0
20+ rev : v2.2.1
2121 hooks :
2222 - id : autoflake
2323 - repo : https://github.com/asottile/pyupgrade
24- rev : v3.9 .0
24+ rev : v3.14 .0
2525 hooks :
2626 - id : pyupgrade
2727 args : [--py38-plus]
2828 - repo : https://github.com/psf/black
29- rev : 23.7.0
29+ rev : 23.9.1
3030 hooks :
3131 - id : black
3232 language_version : python3 # Should be a command that runs python3.6+
3333 - repo : https://github.com/PyCQA/flake8
34- rev : 6.0 .0
34+ rev : 6.1 .0
3535 hooks :
3636 - id : flake8
3737 args : [--count, --show-source, --statistics]
4545 - pyflakes
4646 - tryceratops
4747 - repo : https://github.com/pre-commit/mirrors-mypy
48- rev : v1.4 .1
48+ rev : v1.5 .1
4949 hooks :
5050 - id : mypy
5151 additional_dependencies :
5858 hooks :
5959 - id : yamlfmt
6060 - repo : https://github.com/asottile/setup-cfg-fmt
61- rev : v2.4 .0
61+ rev : v2.5 .0
6262 hooks :
6363 - id : setup-cfg-fmt
6464 - repo : https://github.com/kynan/nbstripout
You can’t perform that action at this time.
0 commit comments