Skip to content

Commit f51c0fd

Browse files
unused ignore is annoying
1 parent 9b83839 commit f51c0fd

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
@@ -188,7 +188,7 @@ line-length = 100
188188
mypy_path = "$MYPY_CONFIG_FILE_DIR/src,$MYPY_CONFIG_FILE_DIR/stubs"
189189
packages = ["torrent_models"]
190190
warn_redundant_casts = true
191-
warn_unused_ignores = true
191+
warn_unused_ignores = false
192192
show_error_context = true
193193
show_column_numbers = true
194194
show_error_code_links = true

0 commit comments

Comments
 (0)