This commit is contained in:
Paulus Schoutsen
2019-02-26 12:33:40 -08:00
committed by GitHub
parent c4400be62a
commit ab73b725e1
2 changed files with 8 additions and 0 deletions

View File

@ -26,3 +26,7 @@ pycrypto==1000000000.0.0
# Contains code to modify Home Assistant to work around our rules
python-systemair-savecair==1000000000.0.0
# Newer version causes pylint to take forever
# https://github.com/timothycrosley/isort/issues/848
isort==4.3.4

View File

@ -160,6 +160,10 @@ pycrypto==1000000000.0.0
# Contains code to modify Home Assistant to work around our rules
python-systemair-savecair==1000000000.0.0
# Newer version causes pylint to take forever
# https://github.com/timothycrosley/isort/issues/848
isort==4.3.4
"""