File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 - id : debug-statements
88 - id : end-of-file-fixer
99 - id : trailing-whitespace
10- - repo : https://github.com/asottile/reorder_python_imports
11- rev : v3.9 .0
10+ - repo : https://github.com/asottile/reorder-python-imports
11+ rev : v3.10 .0
1212 hooks :
1313 - id : reorder-python-imports
1414 args : [--application-directories, '.:src', --py36-plus]
1515- repo : https://github.com/psf/black
16- rev : 23.3 .0
16+ rev : 23.7 .0
1717 hooks :
1818 - id : black
1919- repo : https://github.com/asottile/pyupgrade
20- rev : v3.3.2
20+ rev : v3.10.1
2121 hooks :
2222 - id : pyupgrade
2323 args : [--py36-plus]
2424- repo : https://github.com/pre-commit/mirrors-mypy
25- rev : v1.2 .0
25+ rev : v1.5 .0
2626 hooks :
2727 - id : mypy
2828 exclude : ^(docs/|tests/)
3131 hooks :
3232 - id : gitlint
3333- repo : https://github.com/asottile/setup-cfg-fmt
34- rev : v2.2 .0
34+ rev : v2.4 .0
3535 hooks :
3636 - id : setup-cfg-fmt
3737 args : [--min-py3-version, '3.6']
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ url = https://uritemplate.readthedocs.org
88author = Ian Stapleton Cordasco
991010license = BSD 3-Clause OR Apache-2.0
11- license_file = LICENSE
11+ license_files = LICENSE
1212classifiers =
1313 Development Status :: 5 - Production/Stable
1414 Intended Audience :: Developers
You can’t perform that action at this time.
0 commit comments