We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bff1c commit 95219b4Copy full SHA for 95219b4
1 file changed
.github/workflows/tests.yml
@@ -40,10 +40,6 @@ jobs:
40
run: |
41
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
42
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/
47
- name: Test with pytest
48
id: unit-test
49
env:
0 commit comments