Skip to content

Commit b87cc57

Browse files
cclausswang0618
authored andcommitted
fixup! Add E401
1 parent fe87245 commit b87cc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- name: Lint with flake8
2929
run: |
3030
pip install flake8
31-
flake8 --ignore=E126,E127,E128,E131,E226,E231,E302,E303,E305,E402,E701,E731,F401,F403,F405,W291,W292,W293,W391 \
31+
flake8 --ignore=E126,E127,E128,E131,E226,E231,E302,E303,E305,E401,E402,E701,E731,F401,F403,F405,W291,W292,W293,W391 \
3232
--max-complexity=32 --max-line-length=525 --show-source --statistics .

0 commit comments

Comments
 (0)