Skip to content

Commit

Permalink
chore: fix mypi argument
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6f677548 committed Oct 25, 2023
1 parent 602071a commit 9e428ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
ruff src --ignore=E501,I001
- name: Lint with mypy
run: |
mypy src --ignore-mission-imports
mypy src --ignore-missing-imports

0 comments on commit 9e428ca

Please sign in to comment.