mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 16:49:52 +00:00
Add pep8-naming to flake8 linting
This commit is contained in:
parent
a3a2539a23
commit
c60546e896
5 changed files with 13 additions and 12 deletions
|
|
@ -5,7 +5,7 @@ from flake8 import checker
|
|||
|
||||
|
||||
@mock.patch('flake8.processor.FileProcessor')
|
||||
def test_run_ast_checks_handles_SyntaxErrors(FileProcessor):
|
||||
def test_run_ast_checks_handles_SyntaxErrors(FileProcessor): # noqa: N802,N803
|
||||
"""Stress our SyntaxError handling.
|
||||
|
||||
Related to: https://gitlab.com/pycqa/flake8/issues/237
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue