-
Notifications
You must be signed in to change notification settings - Fork 264
howto pre commit
Ludovico Bianchi edited this page Jul 13, 2022
·
3 revisions
- PR #911 must be merged in (or the files copied manually)
pip install -r requirements-dev.txt
pre-commit install
- Useful to check if they work, etc
pre-commit run
- Set up pre-commit
- Run pytest with coverage report
- Run Pylint locally
- Update the Pyomo version
- Install Pyomo from a local Git clone
- Set up GitHub authentication with GCM
- Handle warnings in pytest
- Set up and run performance tests