We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbe799 commit 2b07c9fCopy full SHA for 2b07c9f
custom_components/solaredge_modbus_multi/sensor.py
@@ -1869,7 +1869,7 @@ def native_value(self):
1869
f"< {self._last} cycle {self._count} of "
1870
f"{self._platform.battery_energy_reset_cycles}"
1871
)
1872
- ),
+ )
1873
1874
if self._count > self._platform.battery_energy_reset_cycles:
1875
_LOGGER.debug(
setup.cfg
@@ -1,6 +1,7 @@
1
[flake8]
2
-max-line-length = 88
3
-extend-ignore = E203
+max-line-length = 80
+extend-select = B950
4
+extend-ignore = E203,E501,E701
5
6
[isort]
7
profile = black
0 commit comments