Skip to content

Commit 4787760

Browse files
committed
Rearrange repo_helper.yml
1 parent 63a357b commit 4787760

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

repo_helper.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ version: '0.1.1'
1010
license: 'MIT'
1111
short_desc: 'GitHub Actions integration for flake8.'
1212

13+
min_coverage: 100
1314
enable_conda: false
1415
enable_docs: false
16+
requires_python: 3.6
17+
pre_commit_exclude: "^tests/bad_code.py$"
1518

1619
python_versions:
1720
- '3.6'
@@ -40,10 +43,5 @@ classifiers:
4043
- 'Framework :: Flake8'
4144
- 'Intended Audience :: Developers'
4245

43-
requires_python: 3.6
44-
45-
pre_commit_exclude: "^tests/bad_code.py$"
46-
min_coverage: 100
47-
4846
tox_unmanaged:
4947
- "testenv:lint"

0 commit comments

Comments
 (0)