File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-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
43
+ run : python3 -m flake8 --ignore E111
44
44
45
45
- name : Run test suite
46
46
run : python3 -m pytest tests/
88
88
run : make man
89
89
90
90
- name : Lint codebase
91
- run : python3 -m flake8
91
+ run : python3 -m flake8 --ignore E111
92
92
93
93
- name : Run test suite
94
94
run : python3 -m pytest tests/
@@ -135,7 +135,7 @@ jobs:
135
135
run : make man
136
136
137
137
- name : Lint codebase
138
- run : python3 -m flake8
138
+ run : python3 -m flake8 --ignore E111
139
139
140
140
- name : Run test suite
141
141
run : python3 -m pytest tests/
@@ -174,7 +174,7 @@ jobs:
174
174
python3 -m pip install -r requirements.txt --user
175
175
176
176
- name : Lint codebase
177
- run : python3 -m flake8
177
+ run : python3 -m flake8 --ignore E111
178
178
179
179
- name : Run test suite
180
180
run : python3 -m pytest tests/
You can’t perform that action at this time.
0 commit comments