Skip to content

introspect your Pylint configuration and figure out what Ruff rules to enable or disable

License

Notifications You must be signed in to change notification settings

akx/pylint-to-ruff

Repository files navigation

pylint-to-ruff

A friend of flake8-to-ruff, this project attempts to introspect your Pylint configuration and figure out what Ruff rules to enable or disable.

Compatibility

Ruff versions 0.1.4 (November 2023) and newer are supported.

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:

pipx run pylint-to-ruff

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

pylint-to-ruff

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

About

introspect your Pylint configuration and figure out what Ruff rules to enable or disable

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages