Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Instagram/Fixit
- Owner: Instagram
- License: other
- Created: 2020-02-20T19:09:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T10:56:20.000Z (2 months ago)
- Last Synced: 2024-09-16T01:45:21.237Z (about 2 months ago)
- Language: Python
- Homepage: https://fixit.rtfd.io/en/latest/
- Size: 887 KB
- Stars: 667
- Watchers: 26
- Forks: 62
- Open Issues: 47
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome - Instagram/Fixit - Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom in-repo lint rules. (others)
- awesome - Instagram/Fixit - Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom in-repo lint rules. (Python)
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 LicenseFixit 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