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 63a357b commit 4787760Copy full SHA for 4787760
repo_helper.yml
@@ -10,8 +10,11 @@ version: '0.1.1'
10
license: 'MIT'
11
short_desc: 'GitHub Actions integration for flake8.'
12
13
+min_coverage: 100
14
enable_conda: false
15
enable_docs: false
16
+requires_python: 3.6
17
+pre_commit_exclude: "^tests/bad_code.py$"
18
19
python_versions:
20
- '3.6'
@@ -40,10 +43,5 @@ classifiers:
40
43
- 'Framework :: Flake8'
41
44
- 'Intended Audience :: Developers'
42
45
-requires_python: 3.6
-
-pre_commit_exclude: "^tests/bad_code.py$"
46
-min_coverage: 100
47
48
tox_unmanaged:
49
- "testenv:lint"
0 commit comments