Skip to content

Commit e60cbb6

Browse files
authored
Merge pull request #54 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 95236a4 + 443033a commit e60cbb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: pyupgrade
2424
args: [--py37-plus]
2525
- repo: https://github.com/asottile/setup-cfg-fmt
26-
rev: v2.2.0
26+
rev: v2.3.0
2727
hooks:
2828
- id: setup-cfg-fmt
2929
args: [--min-py3-version, '3.7']

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author_email = [email protected]
1010
maintainer = Ian Cordasco
1111
maintainer_email = [email protected]
1212
license = MIT
13-
license_file = LICENSE
13+
license_files = LICENSE
1414
classifiers =
1515
Environment :: Console
1616
Intended Audience :: Developers

0 commit comments

Comments
 (0)