Skip to content

Commit 95dabf2

Browse files
Remove type checking on GH action
1 parent a7ff71d commit 95dabf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
run: |
6868
python3 -m ruff check .
6969
70-
- name: Type check the code with mypy
71-
run: |
72-
mypy custom_components/battery_notes/ --check-untyped-defs
70+
# - name: Type check the code with mypy
71+
# run: |
72+
# mypy custom_components/battery_notes/ --check-untyped-defs

0 commit comments

Comments
 (0)