Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Environment variables
.env
.env.*
.DS_Store

# Python-generated files
Expand Down
8 changes: 0 additions & 8 deletions CITATION.cff

This file was deleted.

78 changes: 0 additions & 78 deletions CONTRIBUTING.md

This file was deleted.

43 changes: 0 additions & 43 deletions Dockerfile

This file was deleted.

17 changes: 6 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
.PHONY: lint format test build release tag format-nb

lint:
ruff check . --fix

format-nb:
black --ipynb **/**/*.ipynb

format: format-nb
black .
.PHONY: test build release tag toml-sort

test:
pytest -v --capture=no
uv pip install -e . --link-mode=copy
pytest -v --capture=no -W ignore

build:
python -m build
Expand All @@ -24,3 +16,6 @@ tag:
release: build tag
@echo "Release workflow will be triggered by the tag push"
@echo "Distribution files are available in ./dist directory"

toml-sort:
uv run toml-sort -i pyproject.toml --no-sort-tables --sort-table-keys
Loading
Loading