https://github.com/unibeautify/beautifier-black
Black beautifier for Unibeautify
https://github.com/unibeautify/beautifier-black
black code-formatter python unibeautify unibeautify-beautifier
Last synced: 3 months ago
JSON representation
Black beautifier for Unibeautify
- Host: GitHub
- URL: https://github.com/unibeautify/beautifier-black
- Owner: Unibeautify
- License: mit
- Created: 2018-05-16T01:00:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T16:01:56.000Z (12 months ago)
- Last Synced: 2024-10-24T20:14:43.405Z (12 months ago)
- Topics: black, code-formatter, python, unibeautify, unibeautify-beautifier
- Language: TypeScript
- Homepage: https://github.com/ambv/black
- Size: 182 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beautifier-black
[](https://travis-ci.com/Unibeautify/beautifier-black) [](https://codeclimate.com/github/Unibeautify/beautifier-black/test_coverage) [](https://codeclimate.com/github/Unibeautify/beautifier-black/maintainability)
> Black beautifier for Unibeautify
## Installation
```bash
npm install --global @unibeautify/beautifier-black
```Then change `.unibeautifyrc.yml`:
```yaml
Python:
beautifiers: ["Black"]
```## Usage
See [`unibeautify-cli`](https://github.com/Unibeautify/unibeautify-cli) for details.