Skip to content

Commit

Permalink
chore: remove mypy (bad support with gRPC)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngruelaneo committed Apr 19, 2024
1 parent 5bd34e7 commit 7d14e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
- name: Lint
run: python -m ruff .

- name: Check typing
run: python -m mypy --exclude src/armonik/protogen/ src/
# - name: Check typing
# run: python -m mypy --exclude src/armonik/protogen/ src/

- name: Check format
run: python -m ruff format .
Expand Down

0 comments on commit 7d14e6c

Please sign in to comment.