Browse Source

Ignore F841

David Cramer 11 years ago
parent
commit
94912d2ee6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -5,7 +5,7 @@ timeout=5
 norecursedirs=node_modules .* {args}
 
 [flake8]
-ignore = F999,E501,E128,E124
+ignore = F999,E501,E128,E124,F841
 max-line-length = 100
 exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs