Skip to content

Commit

Permalink
No equality comparison with singletons again
Browse files Browse the repository at this point in the history
  • Loading branch information
Arusekk committed Jun 14, 2020
1 parent 2e9af46 commit b3315eb
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 @@ -26,7 +26,7 @@ jobs:
- name: Critical lint
run: |
pip install flake8
flake8 . --count --select=E9,F63,F7 --show-source --statistics --exclude=android-?dk # TODO: Add F82
flake8 . --count --select=E9,F63,F7,E71 --show-source --statistics --exclude=android-?dk # TODO: Add F82
- name: Style lint
run: |
Expand Down

0 comments on commit b3315eb

Please sign in to comment.