Skip to content

Commit

Permalink
Mark 92 F821 to go.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Langa committed Dec 21, 2016
1 parent 609b248 commit 092b15e
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 @@ -21,5 +21,5 @@ ignore = F401, F811, F821, E127, E128, E301, E302, E305, E501, E701, E704, E999,
builtins = StandardError,apply,basestring,buffer,cmp,coerce,execfile,file,intern,long,raw_input,reduce,reload,unichr,unicode,xrange

# Errors that we need to fix before enabling flake8 by default:
# 208 F821 undefined name - FIXME: re-enable and add missing imports
# 92 F821 undefined name - FIXME: re-enable and add missing imports
# 6 E999 invalid syntax - FIXME: re-enable after flake8 is running from Python 3.6

0 comments on commit 092b15e

Please sign in to comment.