Skip to content

Commit

Permalink
chore(ruff): Ignore type aliases for now
Browse files Browse the repository at this point in the history
mypy does not yet support type aliases; so it is better to ignore them
for now.
  • Loading branch information
rumpelsepp committed Sep 24, 2024
1 parent 959c21a commit dac7d4f
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 @@ -110,6 +110,7 @@ ignore = [
"PLR0913", # too many arguments to function call
"PLR0915", # too many statements
"PLC1901", # empty string is falsey
"UP040", # TODO: type aliases are not yet supported by mypy
]

[tool.pytest.ini_options]
Expand Down

0 comments on commit dac7d4f

Please sign in to comment.