Skip to content

Commit

Permalink
chore: reorder poe tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Oct 28, 2023
1 parent 020efe8 commit 5defe08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ vcs = "git"
style = "semver"

[tool.poe.tasks]
mypy = "mypy ."
ruff = "ruff check ."
ruff-format = "ruff format ."
mypy = "mypy ."
lint.sequence = ["ruff", "ruff-format", "mypy"]

[tool.poe.tasks.test]
Expand Down

0 comments on commit 5defe08

Please sign in to comment.