pylint-to-ruff


Namepylint-to-ruff JSON
Version 0.2.1 PyPI version JSON
download
home_page
SummaryIntrospect a Pylint configuration and convert it to Ruff
upload_time2024-01-05 09:31:24
maintainer
docs_urlNone
author
requires_python>=3.9
license
keywords lint pylint ruff
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pylint-to-ruff

A friend of [flake8-to-ruff](https://pypi.org/project/flake8-to-ruff/),
this project attempts to introspect your Pylint configuration and figure out
what Ruff rules to enable or disable.

## Usage

You need to be in an environment where both your target Pylint version and
your target Ruff version are available to execute.

Then, run the program – easiest is `pipx`:

```bash
pipx run pylint-to-ruff
```

or if you have installed the package already with Pip, simply

```bash
pylint-to-ruff
```

The tool will output a TOML segment you can paste or interpolate into your
Ruff configuration file.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pylint-to-ruff",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "lint,pylint,ruff",
    "author": "",
    "author_email": "Aarni Koskela <akx@iki.fi>",
    "download_url": "https://files.pythonhosted.org/packages/31/4f/71d77427adacbb368c8b6e2b76de02fa0b506842c10e88377bf4c2ddf8cd/pylint_to_ruff-0.2.1.tar.gz",
    "platform": null,
    "description": "# pylint-to-ruff\n\nA friend of [flake8-to-ruff](https://pypi.org/project/flake8-to-ruff/),\nthis project attempts to introspect your Pylint configuration and figure out\nwhat Ruff rules to enable or disable.\n\n## Usage\n\nYou need to be in an environment where both your target Pylint version and\nyour target Ruff version are available to execute.\n\nThen, run the program \u2013 easiest is `pipx`:\n\n```bash\npipx run pylint-to-ruff\n```\n\nor if you have installed the package already with Pip, simply\n\n```bash\npylint-to-ruff\n```\n\nThe tool will output a TOML segment you can paste or interpolate into your\nRuff configuration file.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Introspect a Pylint configuration and convert it to Ruff",
    "version": "0.2.1",
    "project_urls": {
        "Documentation": "https://github.com/akx/pylint-to-ruff#readme",
        "Issues": "https://github.com/akx/pylint-to-ruff/issues",
        "Source": "https://github.com/akx/pylint-to-ruff"
    },
    "split_keywords": [
        "lint",
        "pylint",
        "ruff"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b9c6bed1521b7943577fa07152bebe62964cc88f4773fed7361b9a128f13805",
                "md5": "4fcd304bec998965aae1c9e7de13fded",
                "sha256": "48ab719e4e9d8a44f9a0eb82a31533f4e1b23fb418845718e918f8d36458e07d"
            },
            "downloads": -1,
            "filename": "pylint_to_ruff-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4fcd304bec998965aae1c9e7de13fded",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6295,
            "upload_time": "2024-01-05T09:31:22",
            "upload_time_iso_8601": "2024-01-05T09:31:22.691589Z",
            "url": "https://files.pythonhosted.org/packages/5b/9c/6bed1521b7943577fa07152bebe62964cc88f4773fed7361b9a128f13805/pylint_to_ruff-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "314f71d77427adacbb368c8b6e2b76de02fa0b506842c10e88377bf4c2ddf8cd",
                "md5": "5b62695b146c80b4b7eb6a808002f0e2",
                "sha256": "7cbae5fb7bad45e9200597e8854d98318b5bda223abb004183818e02f799189a"
            },
            "downloads": -1,
            "filename": "pylint_to_ruff-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5b62695b146c80b4b7eb6a808002f0e2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5811,
            "upload_time": "2024-01-05T09:31:24",
            "upload_time_iso_8601": "2024-01-05T09:31:24.701632Z",
            "url": "https://files.pythonhosted.org/packages/31/4f/71d77427adacbb368c8b6e2b76de02fa0b506842c10e88377bf4c2ddf8cd/pylint_to_ruff-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-05 09:31:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "akx",
    "github_project": "pylint-to-ruff#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pylint-to-ruff"
}
        
Elapsed time: 0.17122s