Skip to content

Commit 52de76f

Browse files
committed
add passing test
1 parent 204fff5 commit 52de76f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ module = ["test.*"]
7777
disable_error_code = ["no-untyped-def", "no-untyped-call"]
7878

7979
[tool.ruff]
80-
target-version = "py37"
8180
line-length = 100
8281

8382
[tool.ruff.lint]

test/test_basic.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from __future__ import annotations
2+
3+
4+
def test_basic():
5+
pass

0 commit comments

Comments
 (0)