From e74c73a85d28fe3d4a1bc6199565056b614eb341 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Mon, 23 Dec 2019 22:38:23 +0100 Subject: [PATCH] Enable F841 warning in flake8. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f59ce55df7..47f12faf3e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,5 +24,5 @@ multi_line_output = 3 use_parentheses = True [flake8] -ignore = E203, E501, F841, W503 +ignore = E203, E501, W503 max-line-length = 119