mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Call pyflakes api better
This commit is contained in:
parent
7f50c3acc4
commit
22b00100ab
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class FlakesChecker(pyflakes.checker.Checker):
|
|||
with_doctest = True
|
||||
|
||||
super(FlakesChecker, self).__init__(
|
||||
tree, filename, withDoctest=with_doctest
|
||||
tree, filename=filename, withDoctest=with_doctest
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue