mirror of
https://github.com/openmm/openmmforcefields.git
synced 2026-05-29 00:29:48 +09:00
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.9...v0.8.6) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Exclude messier/auto-generated code, update * Update pyproject.toml Co-authored-by: Evan Pretti <pretti@stanford.edu> * Run tests in serial * Re-enable parallel tests --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Matthew W. Thompson <mattwthompson@protonmail.com> Co-authored-by: Evan Pretti <pretti@stanford.edu>
16 lines
319 B
TOML
16 lines
319 B
TOML
[tool.ruff]
|
|
line-length = 119
|
|
extend-exclude = ["openmmforcefields/_version.py", "versioneer.py", "amber/", "charmm/"]
|
|
|
|
[tool.ruff.lint]
|
|
select = [
|
|
"E",
|
|
"F",
|
|
"W",
|
|
"UP",
|
|
]
|
|
|
|
[tool.ruff.lint.per-file-ignores]
|
|
"openmmforcefields/generators/__init__.py" = ["F401"]
|
|
"openmmforcefields/__init__.py" = ["F401"]
|