Skip to content

Commit 5132a59

Browse files
committed
no 😊
1 parent cdef6f1 commit 5132a59

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
@@ -12,4 +12,4 @@ jobs:
1212
- name: Install flake8
1313
run: pip install flake8 flake8-import-order
1414
- name: Flake8
15-
run: flake8 --ignore=E501 apolpi.py
15+
run: flake8 --ignore=E501,I201 apolpi.py

0 commit comments

Comments
 (0)