Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 304 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 304 Bytes

Contributing

  • Setup codeclimate cli on your workstation
  • Run docker build -t codeclimate/codeclimate-black . from within this repository to build this docker image
  • Register the plugin with codeclimate engines:install black
  • Run codeclimate analyze --dev to run it against your repository