Skip to content

Commit

Permalink
flake8 is lying
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon committed Jul 21, 2023
1 parent 3551683 commit 4ae6814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

def assert_valid_version(version):
response = validate_version(version)
if isinstance(response, setuptools.sic):
if isinstance(response, setuptools.sic): # noqa: E1101
pytest.fail(f"{version} is not PEP 440 compliant")


Expand Down

0 comments on commit 4ae6814

Please sign in to comment.