-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo_helper.yml
84 lines (76 loc) · 1.22 KB
/
repo_helper.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'flake8-github-actions'
copyright_years: '2020'
author: 'Dominic Davis-Foster'
email: '[email protected]'
username: "python-formate"
assignee: "domdfcoding"
version: '0.1.1'
license: 'MIT'
short_desc: 'GitHub Actions integration for flake8.'
min_coverage: 100
enable_conda: false
enable_docs: false
requires_python: 3.6
pre_commit_exclude: "^tests/bad_code.py$"
use_whey: true
python_versions:
3.6:
matrix_exclude:
flake8:
- 6
- 7
3.7:
matrix_exclude:
flake8:
- 6
- 7
3.8:
3.9:
"3.10":
3.11:
3.12:
matrix_exclude:
flake8:
- 4
- 5
3.13:
matrix_exclude:
flake8:
- 4
- 5
pypy36:
matrix_exclude:
flake8:
- 6
- 7
pypy37:
matrix_exclude:
flake8:
- 6
- 7
pypy38:
pypy39:
additional_ignore:
- action.py
keywords:
- flake8
- github
- github-actions
entry_points:
flake8.report:
- github = flake8_github_actions:GitHubFormatter
classifiers:
- 'Development Status :: 4 - Beta'
- 'Environment :: Console'
- 'Framework :: Flake8'
- 'Intended Audience :: Developers'
tox_unmanaged:
- "testenv:lint"
third_party_version_matrix:
flake8:
- 4
- 5
- 6
- 7