Skip to content

Add back-end code linting pipeline and git hook

Michele Valsecchi requested to merge feature/black-pipeline into master

Add back-end code linting pipeline

Types of changes

  • Bug fix (non-breaking change fixing an issue)
  • New feature (non-breaking change adding functionality)
  • Refactoring (improving code structure without modifying functionality)
  • Breaking change (a fix, addition, or removal that would change an existing functionality)

Implementation Checklist

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed
  • I have updated the CHANGELOG accordingly
Edited by Michele Valsecchi

Merge request reports