mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +00:00
fix: linter errors
This commit is contained in:
parent
0b20e68e12
commit
88478aafc4
4 changed files with 25 additions and 12 deletions
|
|
@ -12,6 +12,7 @@ def options_from(**kwargs):
|
|||
kwargs.setdefault('verbose', False)
|
||||
kwargs.setdefault('stdin_display_name', 'stdin')
|
||||
kwargs.setdefault('disable_noqa', False)
|
||||
kwargs.setdefault('cache_location', ".cache/flake8")
|
||||
return argparse.Namespace(**kwargs)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue