Skip to content

Commit

Permalink
Add set config file to mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristobal Pio Garcia committed Jun 12, 2024
1 parent 1758d80 commit 3ed6af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
pip install mypy pydantic
- name: Run mypy
run: mypy .
run: mypy . --config-file mypy.ini

0 comments on commit 3ed6af1

Please sign in to comment.