Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 720 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 720 Bytes

Contributing Guidelines

Code Readability

Please take time to become familiar with the Google Python Style Guide. We try to adhere to the rules in the guide as much as possible. To help with that you can use our lint tool. This runs pylint over the files and will display new lint errors. This will not catch certain style choices but it will find a majority of problems that are easy to fix. If you feel a lint error is incorrect let us know and we can suppress it.

Development Environment

Run the following script to install capirca in development environment.

dev-install