waldo-vision / models

Repository for model development and training
https://waldo.vision
Mozilla Public License 2.0
12 stars 4 forks source link

Setup Automatic Code Linting #10

Closed jaredb1011 closed 1 year ago

jaredb1011 commented 1 year ago
  1. Setup a Github action to automatically perform python code linting with pylint.
  2. Ensure existing codebase is compliant with pylint.
  3. Update documentation to inform developers about code standards.