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:
12
12
language_version : python3
13
13
14
14
- repo : https://github.com/asottile/setup-cfg-fmt
15
- rev : v2.2 .0
15
+ rev : v2.3 .0
16
16
hooks :
17
17
- id : setup-cfg-fmt
18
18
args : [--include-version-classifiers, --max-py-version, "3.11"]
19
19
20
20
- repo : https://github.com/asottile/pyupgrade
21
- rev : v3.3.2
21
+ rev : v3.4.0
22
22
hooks :
23
23
- id : pyupgrade
24
24
args : [--py37-plus]
36
36
- id : black
37
37
38
38
- repo : https://github.com/pre-commit/mirrors-mypy
39
- rev : v1.2 .0
39
+ rev : v1.3 .0
40
40
hooks :
41
41
- id : mypy
42
42
additional_dependencies : [types-all]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ long_description = file: README.md
5
5
long_description_content_type = text/markdown
6
6
author = " Marvin Friede"
7
7
license = MIT
8
- license_file = LICENSE.md
8
+ license_files = LICENSE.md
9
9
classifiers =
10
10
License :: OSI Approved :: MIT License
11
11
Programming Language :: Python
You can’t perform that action at this time.
0 commit comments