spear-ai-ruff-config


Namespear-ai-ruff-config JSON
Version 4.0.0 PyPI version JSON
download
home_pagehttps://github.com/spear-ai/citizen
SummarySpear AI Ruff config
upload_time2024-04-17 14:30:48
maintainerNone
docs_urlNone
authorSpear AI
requires_python<3.13,>=3.10
licenseNone
keywords ai config ruff spear
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # @spear-ai/ruff-config

A [Ruff](https://docs.astral.sh/ruff) config.

## Installation

```shell
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:

```toml
extend = "./.venv/lib/python3.11/site-packages/spear-ai-ruff-config/config.toml"
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/spear-ai/citizen",
    "name": "spear-ai-ruff-config",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": "ai, config, ruff, spear",
    "author": "Spear AI",
    "author_email": "org@spear.ai",
    "download_url": "https://files.pythonhosted.org/packages/09/96/011af4ab247bac92b150c204daee438320cbecca63ce931e592fc6c3dc1c/spear_ai_ruff_config-4.0.0.tar.gz",
    "platform": null,
    "description": "# @spear-ai/ruff-config\n\nA [Ruff](https://docs.astral.sh/ruff) config.\n\n## Installation\n\n```shell\npoetry add -D spear_ai_ruff_config\n```\n\n## Usage\n\nConfigure `poetry.toml` to save the virtual environment to your local project:\n\n```\n[virtualenvs]\nin-project = true\n```\n\nAdd the following to your `ruff.toml` file:\n\n```toml\nextend = \"./.venv/lib/python3.11/site-packages/spear-ai-ruff-config/config.toml\"\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Spear AI Ruff config",
    "version": "4.0.0",
    "project_urls": {
        "Homepage": "https://github.com/spear-ai/citizen",
        "Repository": "https://github.com/spear-ai/citizen"
    },
    "split_keywords": [
        "ai",
        " config",
        " ruff",
        " spear"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cafe37f3183578b009471ba672600c317c309f20a3b00ff7aa16d713e4fc7c3b",
                "md5": "f141628a8a626377e0a245a2494e9836",
                "sha256": "d9db5aef82584d640ecaebfcd9a79cdbc88dd15085957a14bfc7a7a8a58cfc05"
            },
            "downloads": -1,
            "filename": "spear_ai_ruff_config-4.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f141628a8a626377e0a245a2494e9836",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 2070,
            "upload_time": "2024-04-17T14:30:47",
            "upload_time_iso_8601": "2024-04-17T14:30:47.308556Z",
            "url": "https://files.pythonhosted.org/packages/ca/fe/37f3183578b009471ba672600c317c309f20a3b00ff7aa16d713e4fc7c3b/spear_ai_ruff_config-4.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0996011af4ab247bac92b150c204daee438320cbecca63ce931e592fc6c3dc1c",
                "md5": "8692d9f6a03866d505db219cd74ef3fb",
                "sha256": "a8939e6bbf9e4947a2bb20fc20ed32fc1f738266ae3ddf0b15367d39314dbe60"
            },
            "downloads": -1,
            "filename": "spear_ai_ruff_config-4.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8692d9f6a03866d505db219cd74ef3fb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 1479,
            "upload_time": "2024-04-17T14:30:48",
            "upload_time_iso_8601": "2024-04-17T14:30:48.447713Z",
            "url": "https://files.pythonhosted.org/packages/09/96/011af4ab247bac92b150c204daee438320cbecca63ce931e592fc6c3dc1c/spear_ai_ruff_config-4.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 14:30:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "spear-ai",
    "github_project": "citizen",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "spear-ai-ruff-config"
}
        
Elapsed time: 0.22909s