Files
openmmforcefields/setup.cfg
Matt Thompson 54e6e4099e Add uniform, automated linting (#319)
* Add uniform, automated linting

* Remove code paths that use old OpenFF Toolkit API

* Re-lint

* Switch to ruff

* Fix

* Fix bad merge

* Another lint
2024-05-03 10:48:05 -07:00

16 lines
288 B
INI

[coverage:run]
omit =
*/tests/*
openmmforcefields/_version.py
[versioneer]
# Automatic version numbering scheme
VCS = git
style = pep440
versionfile_source = openmmforcefields/_version.py
versionfile_build = openmmforcefields/_version.py
tag_prefix = ''
[aliases]
test = pytest