Skip to content

Commit

Permalink
add mypy pixi task
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Jan 16, 2025
1 parent 3ae4a29 commit f98ae22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,6 @@ cmd = ["pre-commit", "install"]

[feature.dev.tasks.run-tests-python]
cmd = ["pytest", "python/fastscapelib/tests", "--color=yes"]

[feature.dev.tasks.run-mypy]
cmd = ["mypy", "."]

0 comments on commit f98ae22

Please sign in to comment.