Skip to content

Commit

Permalink
no 😊
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Sep 22, 2023
1 parent cdef6f1 commit 5132a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- name: Install flake8
run: pip install flake8 flake8-import-order
- name: Flake8
run: flake8 --ignore=E501 apolpi.py
run: flake8 --ignore=E501,I201 apolpi.py

0 comments on commit 5132a59

Please sign in to comment.