Skip to content

Commit

Permalink
chore: black
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Apr 1, 2024
1 parent 116ce7b commit 7793730
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_tests.py
Expand Up @@ -187,6 +187,7 @@ def bla(list, /):
"""
check_code(source, 'A002')


@pytest.mark.skipif(
sys.version_info < (3, 8),
reason='This syntax is only valid in Python 3.8+',
Expand All @@ -197,6 +198,7 @@ def test_lambda_posonly_argument_message():
"""
check_code(source, 'A006')


def test_no_error():
source = """def bla(first):\n b = 4"""
check_code(source)
Expand Down

0 comments on commit 7793730

Please sign in to comment.