Skip to content

Commit

Permalink
fix: Add mypy command
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ committed Dec 16, 2024
1 parent 4d1880f commit 4ee2d26
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 @@ -27,7 +27,7 @@ commands = pre-commit run --all-files
[testenv:typing]
deps = -r requirements/typing.txt
commands =
mypy
mypy src
pyright
pyright --verifytypes flask_principal --ignoreexternal

Expand Down

0 comments on commit 4ee2d26

Please sign in to comment.