Skip to content

Commit

Permalink
Fixed mypy missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
w11wo committed Aug 21, 2024
1 parent f517183 commit 3509e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ commands =
coverage report
coverage xml -i -o coverage.xml
flake8 g2p_id tests
mypy g2p_id
mypy g2p_id --ignore-missing-imports
pylint --rcfile=tox.ini g2p_id

[flake8]
Expand Down

0 comments on commit 3509e11

Please sign in to comment.