Skip to content

Commit 95219b4

Browse files
committed
Skip type checking for now
1 parent 47bff1c commit 95219b4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
run: |
4141
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
4242
flake8 . --count --exit-zero --max-complexity=50 --max-line-length=127 --statistics
43-
- name: Type Check
44-
id: types
45-
run: |
46-
python -m mypy alertaclient/
4743
- name: Test with pytest
4844
id: unit-test
4945
env:

0 commit comments

Comments
 (0)