Skip to content

Commit b60abf3

Browse files
committed
add test
1 parent e313371 commit b60abf3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test-data/unit/check-inline-config.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,3 +323,7 @@ class Foo:
323323
foo = Foo()
324324
if foo: ...
325325
42 + "no" # type: ignore
326+
327+
328+
[case testInlinePythonVersion]
329+
# mypy: python-version=3.10 # E: python_version not supported in inline configuration

0 commit comments

Comments
 (0)