Skip to content

Commit 780e5ad

Browse files
committed
chore: Ignore type alias lint for now
1 parent ee9a22c commit 780e5ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ ignore = [
120120
"TD001", # Invalid TODO tag: {tag}
121121
"TD002", # Missing author in TODO; try: # TODO(<author_name>): ... or # TODO @<author_name>: ...
122122
"TD003", # Missing issue link on the line following this TODO
123+
"UP040", # Type alias uses `TypeAlias` annotation instead of the `type` keyword
123124
]
124125

125126
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)