diff options
Diffstat (limited to '.github/workflows/format.yml')
-rw-r--r-- | .github/workflows/format.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 6d8d045..7138f69 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -24,6 +24,6 @@ jobs: - name: Run pylint run: | poetry run pylint --fail-under=9 swr2_asr - - name: Run mypy - run: | - poetry run mypy --strict swr2_asr + # run: | + # poetry run mypy --strict swr2_asr + #- name: Run mypy |