mirror of
https://github.com/kristoferssolo/Traffic-Light-Detector.git
synced 2026-03-22 00:36:22 +00:00
Enabled mypy warn_unreachable
This commit is contained in:
@@ -17,5 +17,5 @@ show_error_codes = true
|
||||
strict_equality = true
|
||||
warn_redundant_casts = true
|
||||
warn_return_any = true
|
||||
warn_unreachable = false
|
||||
warn_unreachable = true
|
||||
warn_unused_configs = true
|
||||
|
||||
Reference in New Issue
Block a user