Python Yapf

Open-source Python projects categorized as Yapf

Top 4 Python Yapf Projects

  1. black

    The uncompromising Python code formatter

    Project mention: Amazing `pre-commit` and How To Use It | dev.to | 2025-02-26

    repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 # Use the desired revision hooks: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/psf/black rev: 23.1.0 # Use the appropriate version for your project hooks: - id: black - repo: https://github.com/pycqa/flake8 rev: 6.0.0 hooks: - id: flake8

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. nbQA

    Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks

  4. jupyterlab_code_formatter

    A JupyterLab plugin to facilitate invocation of code formatters.

  5. blue

    The slightly less uncompromising Python code formatter.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Yapf discussion

Log in or Post with

Python Yapf related posts

  • Django now uses black to format it's codebase

    8 projects | /r/Python | 8 Feb 2022
  • The Black formatter goes stable - release 22.1.0

    6 projects | /r/Python | 29 Jan 2022
  • PEP proposal: Automatically Formatting the CPython Code

    1 project | /r/Python | 12 Mar 2021

Index

What are some of the best open-source Yapf projects in Python? This list will help you:

# Project Stars
1 black 39,944
2 nbQA 1,094
3 jupyterlab_code_formatter 872
4 blue 398

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Python is
the 2nd most popular programming language
based on number of references?