Skip to content

Commit 1b3f5b7

Browse files
Apply ruff/flake8-pyi rule PYI044 (#604)
PYI044 `from __future__ import annotations` has no effect in stub files, since type checkers automatically treat stubs as having those semantics
1 parent e498896 commit 1b3f5b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sp_repo_review/_version.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
from __future__ import annotations
2-
31
version: str
42
version_tuple: tuple[int, int, int] | tuple[int, int, int, str, str]

0 commit comments

Comments
 (0)