Skip to content

Commit 3389a6d

Browse files
committed
fix commit errors
1 parent 2dedef6 commit 3389a6d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

custom_components/pyscript/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"step": {
44
"user": {
55
"title": "pyscript",
6-
"description": "Once you have created an entry, refer to the [docs](https://hacs-pyscript.readthedocs.io/en/latest/) to learn how to create scripts and functions.",
6+
"description": "Once you have created an entry, refer to the pyscript docs to learn how to create scripts and functions.",
77
"data": {
88
"allow_all_imports": "Allow All Imports?",
99
"hass_is_global": "Access hass as a global variable?"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ ignore = [
4646
"D212", # multi-line-summary-first-line
4747
"E501", # line-too-long
4848
"UP037", # quoted-annotation
49+
"UP034", # extraneous-parentheses (it incorrectly complains about except statements with multiple exceptions in parens)
4950
#pylint covered
5051
"B012", # jump-statement-in-finally
5152
"B904", # raise-without-from-inside-except

0 commit comments

Comments
 (0)