Enable F841 warning in flake8.

This commit is contained in:
Aymeric Augustin
2019-12-23 22:38:23 +01:00
parent e6c0019c80
commit e74c73a85d

View File

@@ -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