fix links in code

This commit is contained in:
Anthony Sottile 2021-04-03 18:08:19 -07:00
parent fe0e2495ce
commit 3b57778160
3 changed files with 9 additions and 9 deletions

View file

@ -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