mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Pin isort (#21463)
This commit is contained in:
parent
651b0d3506
commit
14f912500e
@ -26,3 +26,7 @@ pycrypto==1000000000.0.0
|
|||||||
|
|
||||||
# Contains code to modify Home Assistant to work around our rules
|
# Contains code to modify Home Assistant to work around our rules
|
||||||
python-systemair-savecair==1000000000.0.0
|
python-systemair-savecair==1000000000.0.0
|
||||||
|
|
||||||
|
# Newer version causes pylint to take forever
|
||||||
|
# https://github.com/timothycrosley/isort/issues/848
|
||||||
|
isort==4.3.4
|
||||||
|
@ -157,6 +157,10 @@ pycrypto==1000000000.0.0
|
|||||||
|
|
||||||
# Contains code to modify Home Assistant to work around our rules
|
# Contains code to modify Home Assistant to work around our rules
|
||||||
python-systemair-savecair==1000000000.0.0
|
python-systemair-savecair==1000000000.0.0
|
||||||
|
|
||||||
|
# Newer version causes pylint to take forever
|
||||||
|
# https://github.com/timothycrosley/isort/issues/848
|
||||||
|
isort==4.3.4
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user