From c396ba3993abec92ffd2e909a5722e9043635c9f Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Mon, 30 Mar 2020 14:44:14 +0200 Subject: [PATCH] Enable flake8 check for "imported but unused" We have now fixed all occurrences of this issue. --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index b393dafe..81c207b3 100644 --- a/.flake8 +++ b/.flake8 @@ -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