Skip to content

Commit a565f0c

Browse files
committed
bug: updating to 2.1.6 fails
1 parent e78bd5b commit a565f0c

13 files changed

+3
-1
lines changed
File renamed without changes.
File renamed without changes.

ha_addon/LICENSE ha-addon/LICENSE

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

ha_addon/run.sh ha-addon/run.sh

File renamed without changes.
File renamed without changes.
File renamed without changes.

ha_addon/__init__.py

-1
This file was deleted.

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ known-first-party = [
6565
]
6666
combine-as-imports = true
6767

68+
[tool.ruff.per-file-ignores]
69+
"ha-addon/__init__.py" = ["N999"]
70+
6871
[tool.pylint."MESSAGES CONTROL"]
6972
# Reasons disabled:
7073
# format - handled by ruff

0 commit comments

Comments
 (0)