mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
Fix bugbear lints
This commit is contained in:
parent
c8801c129a
commit
b67ce03a4a
2 changed files with 3 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ from flake8.plugins import reporter
|
|||
|
||||
|
||||
def _opts(**kwargs):
|
||||
kwargs.setdefault("quiet", 0),
|
||||
kwargs.setdefault("quiet", 0)
|
||||
kwargs.setdefault("color", "never")
|
||||
kwargs.setdefault("output_file", None)
|
||||
return argparse.Namespace(**kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue