| title | Trunk | How to run Black |
|---|---|
| description | Discover Black, the Python code formatter. Learn how to integrate it with Trunk Check for seamless coding style enforcement. |
Black is a formatter for Python.
You can enable the Black formatter with:
trunk check enable blackBlack will be auto-enabled if any Python, Jupyter or Python-interface files are present.
- Black site
- Black Trunk Code Quality integration source
- Trunk Code Quality's open source plugins repo
