We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdef6f1 commit 5132a59Copy full SHA for 5132a59
.github/workflows/lint.yml
@@ -12,4 +12,4 @@ jobs:
12
- name: Install flake8
13
run: pip install flake8 flake8-import-order
14
- name: Flake8
15
- run: flake8 --ignore=E501 apolpi.py
+ run: flake8 --ignore=E501,I201 apolpi.py
0 commit comments