Fix bugbear lints

This commit is contained in:
Ian Stapleton Cordasco 2023-12-20 06:54:05 -06:00
parent c8801c129a
commit b67ce03a4a
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
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)