Skip to content

Added code checks.

Felix Delattre requested to merge feature/add-code-checks into master
  • adds flake8 and black for code checking.
  • uses a Makefile for code check (with make check) and code formatting (with make black.
  • introduces a line length of 96 characters.

Merge request reports