Skip to content

Commit 5eb287d

Browse files
authored
Merge pull request #42 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 1025bcb + c49a3e2 commit 5eb287d

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: [--py36-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.6']

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url = https://github.com/pycqa/flake8-json
88
author = Ian Stapleton Cordasco
99
author_email = [email protected]
1010
license = MIT
11-
license_file = LICENSE
11+
license_files = LICENSE
1212
classifiers =
1313
Development Status :: 5 - Production/Stable
1414
Environment :: Console

0 commit comments

Comments
 (0)