diff options
| author | Anthony Sottile <asottile@umich.edu> | 2022-01-01 18:28:11 -0500 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2022-01-01 18:33:07 -0500 |
| commit | a8333e2bf22dbbf22739a554a70e094d2c80f460 (patch) | |
| tree | 5b39d29f1636de35ebf46a84cb1911db2b094cbe /tests/unit/test_debug.py | |
| parent | ff13916d74098adda648f02998c838317c0352e5 (diff) | |
| download | flake8-off_by_default.tar.gz | |
move managing of off_by_default / enable_extensions to plugin loadingoff_by_default
Diffstat (limited to 'tests/unit/test_debug.py')
| -rw-r--r-- | tests/unit/test_debug.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test_debug.py b/tests/unit/test_debug.py index 284dec6..1fc93ef 100644 --- a/tests/unit/test_debug.py +++ b/tests/unit/test_debug.py @@ -30,6 +30,7 @@ def test_debug_information(): physical_line=[], ), reporters={}, + disabled=[], ) info = debug.information("9001", plugins) |
