black is a tool to check your Python code is formatted in accordance with black style guide.
- If you haven't already, install the Code Climate CLI.
- Add the following to your Code Climate config:
plugins:
black:
enabled: true
- Run
codeclimate engines:install
- You're ready to analyze! Browse into your project's folder and run
codeclimate analyze
.