Skip to content

Commit

Permalink
update outdated ruff script
Browse files Browse the repository at this point in the history
  • Loading branch information
akoumjian committed Sep 17, 2024
1 parent d6e5e5e commit c002a84
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 @@ -98,7 +98,7 @@ python = ["3.10", "3.11"]

[tool.hatch.envs.test.scripts]
all = [
"ruff ./quivr ./test",
"ruff check ./quivr ./test",
"black --check ./quivr ./test",
"isort --check-only ./quivr ./test",
"mypy --strict ./quivr ./examples ./test/typing_tests",
Expand Down

0 comments on commit c002a84

Please sign in to comment.