Skip to content

Files

Latest commit

author
Rabi Shanker Guha
Apr 21, 2021
aad3fef · Apr 21, 2021

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