Skip to content

Commit e66cc63

Browse files
committed
update pre-commit hook 'setup-cfg-fmt'
1 parent 38ec8f4 commit e66cc63

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ repos:
3131
id: flake8
3232

3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v2.2.0
34+
rev: v2.4.0
3535
hooks:
3636
- name: format setup.cfg
3737
id: setup-cfg-fmt
38-
args: [--include-version-classifiers]
38+
args:
39+
- "--include-version-classifiers"
40+
- "--min-py-version=3.7"
3941

4042
- repo: https://github.com/executablebooks/mdformat
4143
rev: 0.7.16

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ long_description_content_type = text/markdown
77
url = https://github.com/magmax/python-readchar
88
author_email = [email protected]
99
license = MIT
10-
license_file = LICENCE
1110
license_files = LICENCE
1211
classifiers =
1312
Development Status :: 5 - Production/Stable

0 commit comments

Comments
 (0)