Skip to content

Commit

Permalink
"Fix incorrect rebase of mypy.ini"
Browse files Browse the repository at this point in the history
  • Loading branch information
klaashoekstra94 committed Nov 25, 2022
1 parent 80de2fb commit 4d49cc3
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1593,27 +1593,6 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true

[mypy-homeassistant.components.onkyo.*]
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_subclassing_any = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = true
no_implicit_optional = true
warn_return_any = true
warn_unreachable = true

[mypy-homeassistant.components.open_meteo.*]
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_subclassing_any = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true

[mypy-homeassistant.components.modbus.*]
check_untyped_defs = true
disallow_incomplete_defs = true
Expand Down Expand Up @@ -1824,6 +1803,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true

[mypy-homeassistant.components.onkyo.*]
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_subclassing_any = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true

[mypy-homeassistant.components.open_meteo.*]
check_untyped_defs = true
disallow_incomplete_defs = true
Expand Down

0 comments on commit 4d49cc3

Please sign in to comment.