Skip to content

Commit

Permalink
chore: Ignore type alias lint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Nov 28, 2024
1 parent ee9a22c commit 780e5ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ ignore = [
"TD001", # Invalid TODO tag: {tag}
"TD002", # Missing author in TODO; try: # TODO(<author_name>): ... or # TODO @<author_name>: ...
"TD003", # Missing issue link on the line following this TODO
"UP040", # Type alias uses `TypeAlias` annotation instead of the `type` keyword
]

[tool.pytest.ini_options]
Expand Down

0 comments on commit 780e5ad

Please sign in to comment.