mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 08:44:46 +00:00
Set-up default attributes for FlakesChecker
This commit is contained in:
parent
c1d21393bf
commit
240609edd4
1 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ class FlakesChecker(pyflakes.checker.Checker):
|
||||||
|
|
||||||
name = 'pyflakes'
|
name = 'pyflakes'
|
||||||
version = pyflakes.__version__
|
version = pyflakes.__version__
|
||||||
|
with_doctest = False
|
||||||
|
include_in_doctest = []
|
||||||
|
exclude_from_doctest = []
|
||||||
|
|
||||||
def __init__(self, tree, filename):
|
def __init__(self, tree, filename):
|
||||||
"""Initialize the PyFlakes plugin with an AST tree and filename."""
|
"""Initialize the PyFlakes plugin with an AST tree and filename."""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue