black
A Python auto code formatter.
=> More information.
- Auto-format a file or entire directory:
black {path/to/file_or_directory}
- Format the code passed in as a string:
black -c "{code}"
- Output the changes that would be applied for each file:
black --diff {path/to/file_or_directory}
- Perform a dry run (print what would be done without actually doing it):
black --check {path/to/file_or_directory}
- Auto-format a file or directory emitting exclusively error messages to stderr:
black --quiet {path/to/file_or_directory}
- Auto-format a file or directory without replacing single quotes with double quotes (adoption helper, avoid using this for new projects):
black --skip-string-normalization {path/to/file_or_directory}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/black.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 105.349831 milliseconds
- Gemini-to-HTML Time
- 0.249621 milliseconds
This content has been proxied by September (ba2dc).