Skip to content

Commit

Permalink
disable mypy in ci temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed Jul 7, 2023
1 parent f35d17c commit 77c329c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ jobs:
- {name: "lint: prepare", run: make install-deps }
- {name: "lint: black", run: make black }
- {name: "lint: isort", run: make isort }
- {name: "lint: mypy", run: make mypy }

# Temporarily disabled due to bugs in typing in click library
# https://github.com/pallets/click/pull/2559
# https://github.com/python/mypy/issues/13250
# https://github.com/python/mypy/issues/13449
#- {name: "lint: mypy", run: make mypy }

build:
strategy:
Expand Down

0 comments on commit 77c329c

Please sign in to comment.