mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 22:04:17 +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
|
|
@ -36,7 +36,7 @@ def application():
|
|||
],
|
||||
)
|
||||
def test_application_exit_code(
|
||||
result_count, catastrophic, exit_zero, value, application
|
||||
result_count, catastrophic, exit_zero, value, application,
|
||||
):
|
||||
"""Verify Application.exit_code returns the correct value."""
|
||||
application.result_count = result_count
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue