mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
move managing of off_by_default / enable_extensions to plugin loading
This commit is contained in:
parent
ff13916d74
commit
a8333e2bf2
12 changed files with 137 additions and 111 deletions
|
|
@ -30,6 +30,7 @@ def test_debug_information():
|
|||
physical_line=[],
|
||||
),
|
||||
reporters={},
|
||||
disabled=[],
|
||||
)
|
||||
|
||||
info = debug.information("9001", plugins)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue