We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ec8f4 commit e66cc63Copy full SHA for e66cc63
.pre-commit-config.yaml
@@ -31,11 +31,13 @@ repos:
31
id: flake8
32
33
- repo: https://github.com/asottile/setup-cfg-fmt
34
- rev: v2.2.0
+ rev: v2.4.0
35
hooks:
36
- name: format setup.cfg
37
id: setup-cfg-fmt
38
- args: [--include-version-classifiers]
+ args:
39
+ - "--include-version-classifiers"
40
+ - "--min-py-version=3.7"
41
42
- repo: https://github.com/executablebooks/mdformat
43
rev: 0.7.16
setup.cfg
@@ -7,7 +7,6 @@ long_description_content_type = text/markdown
7
url = https://github.com/magmax/python-readchar
8
author_email = [email protected]
9
license = MIT
10
-license_file = LICENCE
11
license_files = LICENCE
12
classifiers =
13
Development Status :: 5 - Production/Stable
0 commit comments