sandialabs / halucinator

Main HALucinator branch
Other
37 stars 3 forks source link

Adding pre-commit with config for black and flake8 (aslo added to req… #2

Closed cwright7101 closed 1 year ago

cwright7101 commented 2 years ago

Added pre-commit with config for black and flake8 (also added to requirements.txt). Ran pre-commit with the configs and fixed all errors. Fixed multiple bugs on variable naming from copy/paste throughout code base. pre-commit run as a hook when committing any changes to repo.

cwright7101 commented 2 years ago

Still running through testing to ensure changes didn't change behaviors. Another PR will be on testing framework.