mihirkatare / DeepMEM

Deep Learning Implementations for Sustainable Matrix Element Method Calculations [ IRIS-HEP Fellowship ]
Apache License 2.0
2 stars 0 forks source link

Add pre-commit hooks for local linting #6

Closed matthewfeickert closed 3 years ago

matthewfeickert commented 3 years ago

Something that will be nice to have, and helps a lot in development, is the user of pre-commit and pre-commit hooks to perform local linting and checks while you're working on a PR. At the moment, there isn't much code in the project so this might seem like overkill, but it helps considerably once projects scale up.

It would be nice to have:

$ cat dev-requirements.txt
pre-commit