File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ repos:
1212 language_version : python3
1313
1414 - repo : https://github.com/asottile/setup-cfg-fmt
15- rev : v2.2 .0
15+ rev : v2.3 .0
1616 hooks :
1717 - id : setup-cfg-fmt
1818 args : [--include-version-classifiers, --max-py-version, "3.11"]
1919
2020 - repo : https://github.com/asottile/pyupgrade
21- rev : v3.3.2
21+ rev : v3.4.0
2222 hooks :
2323 - id : pyupgrade
2424 args : [--py37-plus]
3636 - id : black
3737
3838 - repo : https://github.com/pre-commit/mirrors-mypy
39- rev : v1.2 .0
39+ rev : v1.3 .0
4040 hooks :
4141 - id : mypy
4242 additional_dependencies : [types-all]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ long_description = file: README.md
55long_description_content_type = text/markdown
66author = " Marvin Friede"
77license = MIT
8- license_file = LICENSE.md
8+ license_files = LICENSE.md
99classifiers =
1010 License :: OSI Approved :: MIT License
1111 Programming Language :: Python
You can’t perform that action at this time.
0 commit comments