@spear-ai/ruff-config
v0.0.1
Published
Spear AI Ruff config
Downloads
1
Readme
@spear-ai/ruff-config
A Ruff config.
Installation
poetry add -D spear_ai_ruff_config
Usage
Configure poetry.toml
to save the virtual environment to your local project:
[virtualenvs]
in-project = true
Add the following to your ruff.toml
file:
extend = "./.venv/lib/python3.11/site-packages/spear_ai_ruff_config/config.toml"