Skip to content

Commit 0d5bb7d

Browse files
committed
switch to src layout
1 parent 67adb2d commit 0d5bb7d

26 files changed

+2
-2
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ format:
1616

1717
# check static typing annotations
1818
typecheck:
19-
uv run -- mypy stagpy/ tests/
19+
uv run -- mypy src/ tests/
2020

2121
# run test suite
2222
test:
23-
uv run -- pytest --cov=./stagpy --cov-report term-missing
23+
uv run -- pytest --cov=src/stagpy --cov-report term-missing
2424

2525
# invoke mkdocs with appropriate dependencies
2626
mkdocs *FLAGS:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)