Skip to content

Commit

Permalink
Do not yet enforce EOF consistency (#93)
Browse files Browse the repository at this point in the history
* Lint re-generated water models in CI

* Defer EOF consistency
  • Loading branch information
mattwthompson authored Nov 6, 2023
1 parent 858a898 commit b076607
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
python scripts/get_ion_nb_params_from_ambertools_frcmod.py $AMBERHOME/dat/leap/parm/frcmod.ionslm_126_fb3
python scripts/get_ion_nb_params_from_ambertools_frcmod.py $AMBERHOME/dat/leap/parm/frcmod.ionslm_126_fb4
ls scripts/write_*.py | xargs -n 1 -P 3 python
pre-commit run --all-files && git add openforcefields/offxml
- name: Error out if any OFFXML files changed
if: ${{ matrix.toolkit == true }}
Expand Down
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ repos:
rev: v4.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: debug-statements
- repo: https://github.com/psf/black
Expand Down
2 changes: 2 additions & 0 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ dependencies:
- pytest-xdist
- pandas
- click
# Needed only because water models are re-written in CI
- pre-commit

0 comments on commit b076607

Please sign in to comment.