Skip to content

Commit b9081da

Browse files
authored
CLN: invalid-type-arguments can now be enabled (#1533)
astral-sh/ty#1752
1 parent cbdaaf1 commit b9081da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,9 @@ filterwarnings = [
342342
# Next line needed to avoid poetry complaint
343343
[tool.setuptools_scm]
344344

345+
[tool.ty.environment]
346+
python-platform = "all"
347+
python-version = "3.10"
348+
345349
[tool.ty.rules]
346350
unresolved-import = "ignore"
347-
# TODO: report to ty
348-
invalid-type-arguments = "ignore"

0 commit comments

Comments
 (0)