Skip to content

Commit 0a9ea24

Browse files
committed
added E501 ignore to flake in CI.yml
1 parent a5e0a35 commit 0a9ea24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: lint with flake8
2828
run: |
2929
pip install flake8
30-
flake8 .
30+
flake8 --ignore E501.
3131
3232
- name: run tests
3333
run: |

0 commit comments

Comments
 (0)