Skip to content

Commit 7793730

Browse files
committed
chore: black
1 parent 116ce7b commit 7793730

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run_tests.py

+2
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def bla(list, /):
187187
"""
188188
check_code(source, 'A002')
189189

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

201+
200202
def test_no_error():
201203
source = """def bla(first):\n b = 4"""
202204
check_code(source)

0 commit comments

Comments
 (0)