mirror of
https://github.com/openmm/openmmforcefields.git
synced 2026-05-29 00:29:48 +09:00
* Add uniform, automated linting * Remove code paths that use old OpenFF Toolkit API * Re-lint * Switch to ruff * Fix * Fix bad merge * Another lint
16 lines
288 B
INI
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
|