Skip to content

rabisg/codeclimate-black

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published