Skip to content

Commit f6d736b

Browse files
committed
line too long
1 parent 95c48e0 commit f6d736b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
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/
@@ -88,7 +89,8 @@ jobs:
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/

0 commit comments

Comments
 (0)