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 4040 run : make man
4141
4242 - name : Lint codebase
43- run : python3 -m flake8 --ignore E111
43+ run : python3 -m flake8 --ignore E111,E501
44+
4445
4546 - name : Run test suite
4647 run : python3 -m pytest tests/
8889 run : make man
8990
9091 - name : Lint codebase
91- run : python3 -m flake8 --ignore E111
92+ run : python3 -m flake8 --ignore E111,E501
93+
9294
9395 - name : Run test suite
9496 run : python3 -m pytest tests/
@@ -135,7 +137,8 @@ jobs:
135137 run : make man
136138
137139 - name : Lint codebase
138- run : python3 -m flake8 --ignore E111
140+ run : python3 -m flake8 --ignore E111,E501
141+
139142
140143 - name : Run test suite
141144 run : python3 -m pytest tests/
@@ -174,7 +177,8 @@ jobs:
174177 python3 -m pip install -r requirements.txt --user
175178
176179 - name : Lint codebase
177- run : python3 -m flake8 --ignore E111
180+ run : python3 -m flake8 --ignore E111,E501
181+
178182
179183 - name : Run test suite
180184 run : python3 -m pytest tests/
You can’t perform that action at this time.
0 commit comments