Skip to content

Commit

Permalink
Enable flake8 check for "imported but unused"
Browse files Browse the repository at this point in the history
We have now fixed all occurrences of this issue.
  • Loading branch information
timokau committed Apr 1, 2020
1 parent 346010f commit c396ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
; flake8. The remaining errors are currently raised and will be fixed in the
; future. For now flake8 can at least make sure the quality doesn't
; deteriorate.
ignore = E501, F401, E741, F841, W291, W503, F405, E731, F403, W293, E231, E722, F901, E203, F821, F811, E712
ignore = E501, E741, F841, W291, W503, F405, E731, F403, W293, E231, E722, F901, E203, F821, F811, E712
exclude = build

0 comments on commit c396ba3

Please sign in to comment.