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 5353310e15 - Show all commits

View File

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