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