Skip to content

Commit a24d6bf

Browse files
committed
LINT: Lint for new tool versions
1 parent 225bd0c commit a24d6bf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
| **Test status** | [![CI Status](https://github.com/openforcefield/openff-interchange/workflows/ci/badge.svg)](https://github.com/openforcefield/openff-interchange/actions?query=branch%3Amain+workflow%3Aci) | [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/openforcefield/openff-interchange/main.svg)](https://results.pre-commit.ci/latest/github/openforcefield/openff-interchange/main) |
44
|:-|:-|:-|
5-
| **Code quality** | [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) | [![Codecov coverage](https://img.shields.io/codecov/c/github/openforcefield/openff-interchange.svg?logo=Codecov&logoColor=white)](https://codecov.io/gh/openforcefield/openff-interchange)
6-
| **Latest release** | ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/openforcefield/openff-interchange?include_prereleases)
7-
| **User support** | [![Documentation Status](https://readthedocs.org/projects/openff-interchange/badge/?version=latest)](https://openff-interchange.readthedocs.io/en/latest/?badge=latest) | [![Discussions](https://img.shields.io/badge/Discussions-GitHub-blue?logo=github)](https://github.com/openforcefield/discussions/discussions)
5+
| **Code quality** | [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) | [![Codecov coverage](https://img.shields.io/codecov/c/github/openforcefield/openff-interchange.svg?logo=Codecov&logoColor=white)](https://codecov.io/gh/openforcefield/openff-interchange) |
6+
| **Latest release** | ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/openforcefield/openff-interchange?include_prereleases) | |
7+
| **User support** | [![Documentation Status](https://readthedocs.org/projects/openff-interchange/badge/?version=latest)](https://openff-interchange.readthedocs.io/en/latest/?badge=latest) | [![Discussions](https://img.shields.io/badge/Discussions-GitHub-blue?logo=github)](https://github.com/openforcefield/discussions/discussions) |
88

99
A project (and object) for storing, manipulating, and converting molecular mechanics data.
1010

docs/using/plugins.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,7 @@ class MySMIRNOFFCollection(SMIRNOFFCollection):
315315
add_constrained_forces: bool,
316316
constrained_pairs: Set[Tuple[int, ...]],
317317
particle_map: Dict[Union[int, "VirtualSiteKey"], int],
318-
):
319-
...
318+
): ...
320319
```
321320

322321
[`modify_openmm_forces`]: openff.interchange.plugins.SMIRNOFFCollection.modify_openmm_forces

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ per-file-ignores =
2020
openff/interchange/smirnoff/_gbsa.py:F821
2121
openff/interchange/smirnoff/_virtual_sites.py:F821
2222
openff/interchange/foyer/_nonbonded.py:F821
23-
openff/interchange/components/*:F821
23+
openff/interchange/components/interchange.py:E704,F821
24+
openff/interchange/components/*.py:F821
2425
openff/interchange/components/foyer.py:F401
2526
openff/interchange/components/_packmol.py:W503
2627
openff/interchange/__init__.py:F401

0 commit comments

Comments
 (0)