File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 8383 python scripts/get_ion_nb_params_from_ambertools_frcmod.py $AMBERHOME/dat/leap/parm/frcmod.ionslm_126_fb3
8484 python scripts/get_ion_nb_params_from_ambertools_frcmod.py $AMBERHOME/dat/leap/parm/frcmod.ionslm_126_fb4
8585 ls scripts/write_*.py | xargs -n 1 -P 3 python
86+ pre-commit run --all-files && git add openforcefields/offxml
8687
8788 - name : Error out if any OFFXML files changed
8889 if : ${{ matrix.toolkit == true }}
Original file line number Diff line number Diff line change 33 rev : v4.5.0
44 hooks :
55 - id : check-yaml
6- - id : end-of-file-fixer
76 - id : trailing-whitespace
87 - id : debug-statements
98- repo : https://github.com/psf/black
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ dependencies:
1111 - pytest-xdist
1212 - pandas
1313 - click
14+ # Needed only because water models are re-written in CI
15+ - pre-commit
You can’t perform that action at this time.
0 commit comments