Skip to content

Commit b076607

Browse files
Do not yet enforce EOF consistency (#93)
* Lint re-generated water models in CI * Defer EOF consistency
1 parent 858a898 commit b076607

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
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 }}

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ repos:
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

devtools/conda-envs/test_env.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)