Skip to content
Open
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,7 @@ dmypy.json
### Python Patch ###
.venv/

# uv
uv.lock

# End of https://www.gitignore.io/api/python
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Executing the tests:
$ uv venv
$ uv pip install -r requirements.txt
$ uv pip install -e .
$ uv ruff check .
$ uv format .
$ uv run ruff check .
$ uv run ruff format .
$ uv run pytest

or with [tox](https://pypi.org/project/tox/) installed:
Expand All @@ -21,7 +21,7 @@ or with [tox](https://pypi.org/project/tox/) installed:

Use of pre-commit is recommended:

$ uv run precommit install
$ uv run pre-commit install


Documentation is published with [mkdocs]():
Expand Down