mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 23:54:17 +00:00
Merge branch 'pyflakes_api_better' into 'master'
Call pyflakes api better See merge request pycqa/flake8!276
This commit is contained in:
commit
a153244191
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class FlakesChecker(pyflakes.checker.Checker):
|
||||||
with_doctest = True
|
with_doctest = True
|
||||||
|
|
||||||
super(FlakesChecker, self).__init__(
|
super(FlakesChecker, self).__init__(
|
||||||
tree, filename, withDoctest=with_doctest
|
tree, filename=filename, withDoctest=with_doctest
|
||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue