Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Instagram/Fixit

Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom in-repo lint rules.
https://github.com/Instagram/Fixit

Last synced: 12 days ago
JSON representation

Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom in-repo lint rules.

Awesome Lists containing this project

README

        

.. image:: docs/_static/logo/logo.svg
:width: 600 px
:alt: Fixit

|readthedocs-badge| |pypi-badge| |changelog-badge| |roadmap-badge| |license-badge|

.. |readthedocs-badge| image:: https://readthedocs.org/projects/pip/badge/?version=latest&style=flat
:target: https://fixit.readthedocs.io/en/latest/
:alt: Documentation

.. |pypi-badge| image:: https://img.shields.io/pypi/v/fixit.svg
:target: https://pypi.org/project/fixit
:alt: PyPI

.. |changelog-badge| image:: https://img.shields.io/badge/change-log-blue.svg
:target: https://fixit.readthedocs.io/en/latest/changelog.html
:alt: Changelog

.. |roadmap-badge| image:: https://img.shields.io/badge/road-map-9cf.svg
:target: https://github.com/Instagram/Fixit/milestones
:alt: Project Roadmap

.. |license-badge| image:: https://img.shields.io/pypi/l/fixit.svg
:target: https://github.com/instagram/fixit/blob/main/LICENSE
:alt: MIT License

Fixit provides a highly configurable linting framework with support for
auto-fixes, custom "local" lint rules, and hierarchical configuration, built
on `LibCST `_.

Fixit makes it quick and easy to write new lint rules and offer suggested
changes for any errors found, which can then be accepted automatically,
or presented to the user for consideration.

**Fixit 2.0 has been rebuilt for better configuration and support for custom
lint rules.** If you are using Fixit 0.1.4 or older, take a look at the
`legacy documentation `_
or the `stable branch `_.
See the `upgrade guide `_
for tools and information to migrate existing configuration and lint rules
and ensure compatibility with the latest version of Fixit.

For more details, see the `user guide`__.

.. __: https://fixit.rtfd.io/en/latest/guide.html

.. QUICKSTART

License
-------

Fixit is `MIT licensed`__, as found in the LICENSE file.

.. __: https://github.com/Instagram/Fixit/blob/main/LICENSE