🌐
GitHub
github.com › psf › black
GitHub - psf/black: The uncompromising Python code formatter · GitHub
The uncompromising Python code formatter. Contribute to psf/black development by creating an account on GitHub.
Starred by 41.4K users
Forked by 2.7K users
Languages   Python
🌐
PyPI
pypi.org › project › black
black · PyPI
Add output-file input to GitHub Action psf/black to write formatter output to a file for artifact capture and log cleanliness (#4824) ... Comments containing fmt directives now preserve their exact formatting instead of being normalized (#4811) ...
      » pip install black
    
Published   Mar 12, 2026
Version   26.3.1
🌐
GitHub
github.com › microsoft › vscode-black-formatter
GitHub - microsoft/vscode-black-formatter: Formatting support for Python using the Black formatter · GitHub
Formatting support for Python using the Black formatter - microsoft/vscode-black-formatter
Starred by 190 users
Forked by 45 users
Languages   Python 88.5% | TypeScript 11.1% | JavaScript 0.4%
🌐
GitHub
github.com › shafayetShafee › black-formatter
GitHub - shafayetShafee/black-formatter: A Quarto filter to format the python code using black code formatter
A Quarto filter to format the python code using black code formatter - shafayetShafee/black-formatter
Author   shafayetShafee
🌐
GitHub
github.com › marketplace › actions › run-black-formatter
Actions · GitHub Marketplace - Run black formatter
This action runs the black formatter to check/format your python code on a push or pull request. It is similar to reviewdog/action-black that can annotate the black changes required with Reviewdog.
🌐
GitHub
github.com › thep0y › python-black
GitHub - thep0y/python-black: Black formatter for Sublime Text
Black formatter for Sublime Text. Contribute to thep0y/python-black development by creating an account on GitHub.
Starred by 42 users
Forked by 7 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › wtfmangs › black-formatter
GitHub - wtfmangs/black-formatter: The uncompromising Python code formatter
The uncompromising Python code formatter. Contribute to wtfmangs/black-formatter development by creating an account on GitHub.
Author   wtfmangs
🌐
GitHub
github.com › microsoft › vscode-black-formatter › releases
Releases · microsoft/vscode-black-formatter
Formatting support for Python using the Black formatter - microsoft/vscode-black-formatter
Author   microsoft
Find elsewhere
🌐
GitHub
github.com › rickstaa › action-black
GitHub - rickstaa/action-black: Runs the psf/black formatter to check/format your python code.
Runs the psf/black formatter to check/format your python code. - rickstaa/action-black
Starred by 43 users
Forked by 13 users
Languages   Shell 91.2% | Dockerfile 8.8% | Shell 91.2% | Dockerfile 8.8%
🌐
GitHub
github.com › marketplace › actions › run-python-black-code-formatter
Run python black code formatter - GitHub Marketplace
name: black-action on: [push, pull_request] jobs: linter_name: name: runner / black formatter runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: datadog/action-py-black-formatter@v2.1 with: check_mode: "true"
🌐
GitHub
github.com › wbolster › emacs-python-black
GitHub - wbolster/emacs-python-black: Emacs package to reformat Python using black-macchiato · GitHub
This is an Emacs package to make it easy to reformat Python code using black, the uncompromising Python code formatter.
Starred by 103 users
Forked by 11 users
Languages   Emacs Lisp
🌐
Black
black.readthedocs.io
Black 26.3.0 documentation
Black is opinionated so you don’t have to be. Hynek Schlawack, creator of attrs, core developer of Twisted and CPython: An auto-formatter that doesn’t suck is all I want for Xmas!
🌐
GitHub
github.com › marketplace › actions › python-black-formatter-only-on-edited-files
Python Black Formatter - Only on Edited Files - GitHub Marketplace
This is a github action that will run the black python formatter on a PR, but only on the files changed in your PR. This helps avoid situations where one runs the formatter on an old code base and gets hundreds of files with warnings and hints.
🌐
GitHub
github.com › DataDog › action-py-black-formatter
GitHub - DataDog/action-py-black-formatter: ## Auto-archived due to inactivity. ## apply python code formatting standards
October 7, 2024 - name: black-action on: [push, pull_request] jobs: linter_name: name: runner / black formatter runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: datadog/action-py-black-formatter@v2.1 with: check_mode: "true"
Starred by 15 users
Forked by 4 users
Languages   Python 94.1% | Dockerfile 3.9% | Shell 2.0% | Python 94.1% | Dockerfile 3.9% | Shell 2.0%
🌐
GitHub
github.com › avlakin › black-unopinionated
GitHub - avlakin/black-unopinionated: The ~~ uncompromising ~~ Python code formatter
The ~~ uncompromising ~~ Python code formatter. Contribute to avlakin/black-unopinionated development by creating an account on GitHub.
Author   avlakin
🌐
GitHub
github.com › google › pyink
GitHub - google/pyink: Pyink, pronounced pī-ˈiŋk, is a Python formatter, forked from Black with a few different formatting behaviors. · GitHub
Pyink, pronounced pī-ˈiŋk, is a Python formatter, forked from Black with a few different formatting behaviors. - google/pyink
Starred by 289 users
Forked by 18 users
Languages   Python 99.7% | Jupyter Notebook 0.3%
🌐
Matt Layman
mattlayman.com › blog › 2018 › python-code-black
Consistent Python code with Black · Matt Layman
October 2, 2018 - repos: - repo: https://github.com/ambv/black rev: stable hooks: - id: black language_version: python3.7 · For any developer with pre-commit installed, commiting with Git will generate output like: $ git commit black....................................................................Failed hookid: black Files were modified by this hook. Additional output: reformatted my_package/some_file.py All done! ✨ 🍰 ✨ 1 file reformatted. It’s nice to catch code formatting ...
🌐
GitHub
github.com › jpadilla › black-playground
GitHub - jpadilla/black-playground: psf/black online demo
Black is an open-source Python code formatter by @ambv.
Starred by 170 users
Forked by 33 users
Languages   JavaScript 72.3% | Python 25.2% | Dockerfile 1.3% | JavaScript 72.3% | Python 25.2% | Dockerfile 1.3%
🌐
GitHub
github.com › grantjenks › blue
GitHub - grantjenks/blue: The slightly less uncompromising Python code formatter. · GitHub
Exactly the same as you would use black. Invoke and configure blue as you would black -- just replace the black command with blue, sit back, and enjoy even betterly formatted Python code!
Starred by 403 users
Forked by 21 users
Languages   Python