File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 40
40
run : make man
41
41
42
42
- name : Lint codebase
43
- run : python3 -m flake8 --ignore E111
43
+ run : python3 -m flake8 --ignore E111,E501
44
+
44
45
45
46
- name : Run test suite
46
47
run : python3 -m pytest tests/
88
89
run : make man
89
90
90
91
- name : Lint codebase
91
- run : python3 -m flake8 --ignore E111
92
+ run : python3 -m flake8 --ignore E111,E501
93
+
92
94
93
95
- name : Run test suite
94
96
run : python3 -m pytest tests/
@@ -135,7 +137,8 @@ jobs:
135
137
run : make man
136
138
137
139
- name : Lint codebase
138
- run : python3 -m flake8 --ignore E111
140
+ run : python3 -m flake8 --ignore E111,E501
141
+
139
142
140
143
- name : Run test suite
141
144
run : python3 -m pytest tests/
@@ -174,7 +177,8 @@ jobs:
174
177
python3 -m pip install -r requirements.txt --user
175
178
176
179
- name : Lint codebase
177
- run : python3 -m flake8 --ignore E111
180
+ run : python3 -m flake8 --ignore E111,E501
181
+
178
182
179
183
- name : Run test suite
180
184
run : python3 -m pytest tests/
You can’t perform that action at this time.
0 commit comments