There was an error while loading. Please reload this page.
1 parent 204fff5 commit 52de76fCopy full SHA for 52de76f
pyproject.toml
@@ -77,7 +77,6 @@ module = ["test.*"]
77
disable_error_code = ["no-untyped-def", "no-untyped-call"]
78
79
[tool.ruff]
80
-target-version = "py37"
81
line-length = 100
82
83
[tool.ruff.lint]
test/test_basic.py
@@ -0,0 +1,5 @@
1
+from __future__ import annotations
2
+
3
4
+def test_basic():
5
+ pass
0 commit comments