Skip to content

Commit

Permalink
Used hatch shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 16, 2024
1 parent 45a4fad commit 4f49ae6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ spec = [
"pytest --cov dplib --cov-report term-missing --cov-report html:coverage --cov-fail-under 0 --timeout=300",
]
test = [
"hatch run lint",
"hatch run type",
"hatch run spec",
"lint",
"type",
"spec",
]
type = [
"pyright dplib",
Expand All @@ -135,9 +135,9 @@ spec = [
"pytest --cov dplib --cov-report term-missing --cov-report xml --cov-fail-under 0 --timeout=300 --ci",
]
test = [
"hatch run lint",
"hatch run type",
"hatch run ci:spec",
"lint",
"type",
"spec",
]

[build-system]
Expand Down

0 comments on commit 4f49ae6

Please sign in to comment.