pre-commit

# formatting
isort
# black -> in Makefile

# testing
flake8
pytest
pytest-flake8
pytest-cov

# generating requirements
pipreqs
