File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 - id : double-quote-string-fixer
1414 - id : requirements-txt-fixer
1515- repo : https://github.com/PyCQA/flake8
16- rev : 3.9.2
16+ rev : 4.0.1
1717 hooks :
1818 - id : flake8
1919 additional_dependencies : [flake8-typing-imports==1.7.0]
@@ -37,11 +37,11 @@ repos:
3737 - id : add-trailing-comma
3838 args : [--py36-plus]
3939- repo : https://github.com/asottile/setup-cfg-fmt
40- rev : v1.17 .0
40+ rev : v1.18 .0
4141 hooks :
4242 - id : setup-cfg-fmt
4343- repo : https://github.com/pre-commit/mirrors-mypy
44- rev : v0.910
44+ rev : v0.910-1
4545 hooks :
4646 - id : mypy
4747 additional_dependencies : [types-all]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ classifiers =
1717 Programming Language :: Python :: 3.7
1818 Programming Language :: Python :: 3.8
1919 Programming Language :: Python :: 3.9
20+ Programming Language :: Python :: 3.10
2021 Programming Language :: Python :: Implementation :: CPython
2122 Programming Language :: Python :: Implementation :: PyPy
2223
You can’t perform that action at this time.
0 commit comments