Skip to content

Commit

Permalink
Make sure we also run mypy check on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Aug 14, 2023
1 parent 111f610 commit 7d032c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Run Python Checks
run: |
tox -e black-check,isort-check,pyupgrade,checks,import-timings,lint,pylint
tox -e black-check,isort-check,pyupgrade,checks,import-timings,lint,pylint,mypy
build_test_docker_image:
name: Build and Verify Docker Image
Expand Down

0 comments on commit 7d032c1

Please sign in to comment.