Add tab completion, update README, version bump 0.2.0 #1

Merged
mdaleo404 merged 4 commits from relax_dependencies into main 2025-12-21 10:03:34 +00:00
Showing only changes of commit 96970b6963 - Show all commits

View File

@@ -22,11 +22,15 @@ jobs:
- name: Run pre-commit hooks
run: pre-commit run --all-files --color always
- name: Audit dependencies
- name: Install Poetry
run: |
pip install poetry
poetry self add poetry-plugin-export
- name: Install pip-audit
run: pip install pip-audit
- name: Audit dependencies (Poetry lockfile)
run: |
pip install poetry pip-audit
poetry export -f requirements.txt --without-hashes \
| pip-audit -r /dev/stdin
- name: Run pip-audit
run: pip-audit