Skip to content

Commit

Permalink
fix test task
Browse files Browse the repository at this point in the history
  • Loading branch information
volfpeter committed Jan 24, 2024
1 parent 8987ed2 commit d033bb4
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 @@ -59,7 +59,7 @@ format = "ruff format ."
lint = "ruff check ."
lint-fix = "ruff . --fix"
mypy = "mypy ."
test = "python -m pytest tests --random-order"
test = "python -m pytest tests --random-order"
static-checks.sequence = ["lint", "check-format", "mypy"]
static-checks.ignore_fail = "return_non_zero"
serve-docs = "mkdocs serve"

0 comments on commit d033bb4

Please sign in to comment.