Skip to content

Commit a623fed

Browse files
committed
mypy's strict_concatenate is deprecated
We're supposed to use `--extra-checks` instead but it doesn't have a documented config setting. Just remove it. Cf python/mypy#16189
1 parent 9273ddb commit a623fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ warn_redundant_casts = true
8686

8787
# these can be overridden (maybe?)
8888
strict_equality = true
89-
strict_concatenate = true
89+
# strict_concatenate = true
9090
check_untyped_defs = true
9191
disallow_subclassing_any = true
9292
disallow_untyped_decorators = true

0 commit comments

Comments
 (0)