Files
openmmforcefields/pyproject.toml
pre-commit-ci[bot] e6e6248af9 Maintenance updates (#355)
* [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>
2025-03-04 14:42:13 +00:00

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"]