mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 08:04:18 +00:00
Update hooks and use autopep8 + add-trailing-comma instead of black
This commit is contained in:
parent
23d2a8517e
commit
5fab0d1887
33 changed files with 110 additions and 102 deletions
|
|
@ -6,7 +6,7 @@ from flake8.main import options
|
|||
def test_stage1_arg_parser():
|
||||
stage1_parser = options.stage1_arg_parser()
|
||||
opts, args = stage1_parser.parse_known_args(
|
||||
["--foo", "--verbose", "src", "setup.py", "--statistics", "--version"]
|
||||
["--foo", "--verbose", "src", "setup.py", "--statistics", "--version"],
|
||||
)
|
||||
|
||||
assert opts.verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue