/codeclimate-black

Primary LanguagePythonMIT LicenseMIT

black - Python style guide checker

black is a tool to check your Python code is formatted in accordance with black style guide.

Installation

  1. If you haven't already, install the Code Climate CLI.
  2. Add the following to your Code Climate config:
plugins:
  black:
    enabled: true
  1. Run codeclimate engines:install
  2. You're ready to analyze! Browse into your project's folder and run codeclimate analyze.