Skip to content

Commit 9fe7433

Browse files
committed
Exclude import-untyped checks in powersensor dir too
1 parent 0c8e30d commit 9fe7433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
set -e
33
root_dir="$(realpath "$(dirname "$0")/..")"
44
cd "${root_dir}/custom_components"
5-
python3 -m mypy --show-error-codes --show-column-numbers powersensor
5+
python3 -m mypy --show-error-codes --show-column-numbers --disable-error-code=import-untyped powersensor
66
cd "${root_dir}"
77
python3 -m mypy --show-error-codes --show-column-numbers --disable-error-code=import-untyped tests

0 commit comments

Comments
 (0)