fix some flake8 warnings

This commit is contained in:
Stefan Allius
2024-12-03 22:48:52 +01:00
parent be3b4d6df0
commit 47a89c269f
2 changed files with 6 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"flake8.args": [
"--extend-exclude=app/tests/*.py system_tests/*.py ha_addons/ha_addon/tests/*.py"
"--extend-exclude=app/tests/*.py,system_tests/*.py,ha_addons/ha_addon/tests/*.py"
],
"sonarlint.connectedMode.project": {
"connectionId": "s-allius",