Skip to content

Commit 248415f

Browse files
committed
chore: warn on unused type ignores
1 parent a61c783 commit 248415f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ convention = "google"
7474
python_version = "3.11"
7575
warn_return_any = true
7676
warn_unused_configs = true
77+
warn_unused_ignores = true
7778
disallow_untyped_defs = true
7879
check_untyped_defs = true
7980

0 commit comments

Comments
 (0)