Thanks for helping improve vortex2d!
# Install Poetry if needed
curl -sSL https://install.python-poetry.org | python3 -
# Create and activate env
poetry install --with dev,plotpoetry run ruff check .
poetry run mypy src
poetry run pytest- Conventional Commits are recommended.
- Run
pre-commit installonce; hooks will lint on commit.
- Bump the version in
pyproject.tomland create a tag.