mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
fix links in code
This commit is contained in:
parent
fe0e2495ce
commit
3b57778160
3 changed files with 9 additions and 9 deletions
|
|
@ -11,7 +11,7 @@ from flake8 import checker
|
|||
def test_run_ast_checks_handles_SyntaxErrors(FileProcessor): # noqa: N802,N803
|
||||
"""Stress our SyntaxError handling.
|
||||
|
||||
Related to: https://gitlab.com/pycqa/flake8/issues/237
|
||||
Related to: https://github.com/pycqa/flake8/issues/169
|
||||
"""
|
||||
processor = mock.Mock(lines=[])
|
||||
FileProcessor.return_value = processor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue