Set-up default attributes for FlakesChecker

This commit is contained in:
Ian Cordasco 2016-07-27 08:50:20 -05:00
parent c1d21393bf
commit 240609edd4
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -46,6 +46,9 @@ class FlakesChecker(pyflakes.checker.Checker):
name = 'pyflakes'
version = pyflakes.__version__
with_doctest = False
include_in_doctest = []
exclude_from_doctest = []
def __init__(self, tree, filename):
"""Initialize the PyFlakes plugin with an AST tree and filename."""