mirror of
https://github.com/kristoferssolo/Traffic-Light-Detector.git
synced 2025-10-21 20:00:36 +00:00
Enabled mypy warn_unreachable
This commit is contained in:
parent
939501896c
commit
56f92ece02
@ -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
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
loguru==0.6.0
|
||||
matplotlib==3.6.2
|
||||
opencv-python==4.6.0.66
|
||||
tensorflow==2.11.0
|
||||
scipy==1.9.3
|
||||
tensorflow==2.11.0
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
flake8==6.0.0
|
||||
mypy==0.991
|
||||
pytest==7.2.0
|
||||
pytest-cov==4.0.0
|
||||
pytest==7.2.0
|
||||
tox==3.27.1
|
||||
|
||||
@ -11,10 +11,11 @@ classifiers =
|
||||
[options]
|
||||
packages = detector
|
||||
install_requires =
|
||||
loguru>=0.6.0
|
||||
matplotlib>=3.6.2
|
||||
opencv-python>=4.6.0.66
|
||||
tensorflow>=2.11.0
|
||||
scipy>=1.9.3
|
||||
tensorflow>=2.11.0
|
||||
|
||||
python_requires = >=3.10
|
||||
package_dir = =src
|
||||
@ -24,8 +25,8 @@ zip_safe = no
|
||||
testing =
|
||||
flake8>=6.0.0
|
||||
mypy>=0.991
|
||||
pytest>=7.2.0
|
||||
pytest-cov>=4.0.0
|
||||
pytest>=7.2.0
|
||||
tox>=3.27.1
|
||||
|
||||
[options.package_data]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user