0.0.1 • Published 5 months ago

@spear-ai/ruff-config v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@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"
0.0.1

5 months ago