CJNE / ha-myenergi

Home Assistant integration for MyEnergi devices
MIT License
150 stars 33 forks source link

Removed reorder-python-imports, it conflicts with black, see https://… #554

Closed jwillemsen closed 3 months ago

jwillemsen commented 4 months ago

…github.com/psf/black/issues/4175

* .github/workflows/constraints.txt:
* .github/workflows/tests.yaml:
* .pre-commit-config.yaml:
* custom_components/myenergi/__init__.py:
* custom_components/myenergi/binary_sensor.py:
* custom_components/myenergi/config_flow.py:
* custom_components/myenergi/const.py:
* custom_components/myenergi/diagnostics.py:
* custom_components/myenergi/entity.py:
* custom_components/myenergi/number.py:
* custom_components/myenergi/select.py:
* custom_components/myenergi/sensor.py:
* requirements_dev.txt:
* tests/__init__.py:
* tests/conftest.py:
* tests/const.py:
* tests/test_config_flow.py:
* tests/test_init.py:
* tests/test_number.py:
* tests/test_select.py:
* tests/test_sensor.py:
* tests/test_services.py:
CJNE commented 3 months ago

Excellent, thanks!