Fix B018 errors from flake8-bugbear

This commit is contained in:
Kurt McKee 2023-12-05 16:21:47 -06:00
parent 045f297f89
commit 413cd5fa06
No known key found for this signature in database
GPG key ID: 64713C0B5BA8E1C2
2 changed files with 3 additions and 2 deletions

View file

@ -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)