diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-04-18 09:17:48 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2021-04-18 09:23:48 -0700 |
| commit | af1668bf04079b1a8db5910a5e3697c7c8db8fc9 (patch) | |
| tree | 65405b4d3c2c5e1a90fa5eb3d7c8d6b7d4c18c68 /src/flake8/options | |
| parent | a7174759e9a651405ef37db511ac1168e3bbdec5 (diff) | |
| download | flake8-af1668bf04079b1a8db5910a5e3697c7c8db8fc9.tar.gz | |
extend black formatting to tests as well
Diffstat (limited to 'src/flake8/options')
| -rw-r--r-- | src/flake8/options/config.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/flake8/options/config.py b/src/flake8/options/config.py index 0a2ee63..e920e58 100644 --- a/src/flake8/options/config.py +++ b/src/flake8/options/config.py @@ -369,6 +369,4 @@ def get_local_plugins(config_finder): return local_plugins -LocalPlugins = collections.namedtuple( - "LocalPlugins", "extension report paths" -) +LocalPlugins = collections.namedtuple("LocalPlugins", "extension report paths") |
