Skip to content

Commit bd3495e

Browse files
Initial commit for Python 3.13
1 parent 7b488a0 commit bd3495e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ warn_return_any=False
33
warn_unused_configs=True
44
no_implicit_optional=True
55
warn_redundant_casts=True
6-
warn_unused_ignores=True
6+
warn_unused_ignores=False
77
show_column_numbers = True
88
show_error_codes = True
99
show_error_context = True

0 commit comments

Comments
 (0)