We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9a22c commit 780e5adCopy full SHA for 780e5ad
pyproject.toml
@@ -120,6 +120,7 @@ ignore = [
120
"TD001", # Invalid TODO tag: {tag}
121
"TD002", # Missing author in TODO; try: # TODO(<author_name>): ... or # TODO @<author_name>: ...
122
"TD003", # Missing issue link on the line following this TODO
123
+ "UP040", # Type alias uses `TypeAlias` annotation instead of the `type` keyword
124
]
125
126
[tool.pytest.ini_options]
0 commit comments