We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8e30d commit 9fe7433Copy full SHA for 9fe7433
scripts/lint.sh
@@ -2,6 +2,6 @@
2
set -e
3
root_dir="$(realpath "$(dirname "$0")/..")"
4
cd "${root_dir}/custom_components"
5
-python3 -m mypy --show-error-codes --show-column-numbers powersensor
+python3 -m mypy --show-error-codes --show-column-numbers --disable-error-code=import-untyped powersensor
6
cd "${root_dir}"
7
python3 -m mypy --show-error-codes --show-column-numbers --disable-error-code=import-untyped tests
0 commit comments