mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
upgrade pyflakes to 3.0.0
This commit is contained in:
parent
8c06197cd5
commit
489be4d30a
4 changed files with 6 additions and 17 deletions
|
|
@ -685,7 +685,7 @@ def test_load_plugin_ok():
|
|||
assert loaded == finder.LoadedPlugin(
|
||||
plugin,
|
||||
FlakesChecker,
|
||||
{"tree": True, "file_tokens": True, "filename": True},
|
||||
{"tree": True, "filename": True},
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue