Python Yapf

Open-source Python projects categorized as Yapf

Top 4 Python Yapf Projects

  • black

    The uncompromising Python code formatter

    Project mention: The Ruff python linter is insanely good | reddit.com/r/Python | 2023-03-16

    The whole point of Black is that it's opinionated and that it knows better than you. I can always recommend you read the single quotes incident on GitHub to gain more insight about what Black really is: https://github.com/psf/black/issues/118

  • nbQA

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

    Project mention: nbdev formating and linting | dev.to | 2023-01-06

    - repo: https://github.com/nbQA-dev/nbQA rev: 1.5.3 hooks: - id: nbqa-mypy args: ["--ignore-missing-imports", "--check-untyped-defs"] # pass args to mypy exclude: "directory_to_exclude/.*" # eclude any directory/files from formatting additional_dependencies: ["mypy", "types-toml", "types-requests"] # install additional dependencies - id: nbqa-black exclude: "directory_to_exclude/.*" # eclude any directory/files from formatting - id: nbqa-isort exclude: "directory_to_exclude/.*" # eclude any directory/files from formatting

  • Sonar

    Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

  • jupyterlab_code_formatter

    A JupyterLab plugin to facilitate invocation of code formatters.

  • blue

    The slightly less uncompromising Python code formatter.

    Project mention: Which code formatter do you use? | reddit.com/r/Python | 2022-12-21

    I use blue - a fork of black. I set the line lengths (much) longer.

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). The latest post mention was on 2023-03-16.

Python Yapf related posts

Index

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

Project Stars
1 black 31,819
2 nbQA 732
3 jupyterlab_code_formatter 670
4 blue 285
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com