Skip to content

Commit

Permalink
chore: rename poe task
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Oct 29, 2023
1 parent 871db5d commit f7c2467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ style = "semver"
mypy = "mypy ."
pyright = "pyright ."
ruff = "ruff check ."
ruff-format = "ruff format ."
lint.sequence = ["ruff", "ruff-format", "mypy"]
fmt = "ruff format ."
lint.sequence = ["ruff", "fmt", "mypy"]

[tool.poe.tasks.test]
cmd = "pytest --cov-report=xml"
Expand Down

0 comments on commit f7c2467

Please sign in to comment.