yazdipour / OmnivoreQL

@Omnivore-app API client for Python
https://pypi.org/project/omnivoreql/
MIT License
69 stars 6 forks source link

Add tooling #2

Closed pythoninthegrass closed 2 months ago

pythoninthegrass commented 1 year ago

📑 Description

✅ Checks

ℹ Additional Information

There are optional dev dependencies (icecream, ipython,rich, ruff), but they don't get exported to requirements.txt:

poetry export -f requirements.txt --output requirements.txt --without-hashes

Technically reversed your decision to exclude the .vscode directory, but the rationale is that it's workspace level configs vs. user settings — only modifies vscode behavior at a repo level. Obviously, it's your show, but think it'd be useful for future contributors to have a similar environment.