openforcefield / openff-toolkit

The Open Forcefield Toolkit provides implementations of the SMIRNOFF format, parameterization engine, and other tools. Documentation available at http://open-forcefield-toolkit.readthedocs.io
http://openforcefield.org
MIT License
311 stars 91 forks source link

[pre-commit.ci] pre-commit autoupdate #1730

Closed pre-commit-ci[bot] closed 1 year ago

pre-commit-ci[bot] commented 1 year ago

updates:

codecov[bot] commented 1 year ago

Codecov Report

Merging #1730 (cc28b45) into main (5124f87) will decrease coverage by 0.03%. The diff coverage is 100.00%.

Additional details and impacted files
mattwthompson commented 1 year ago

The only failure is from QCArchive; re-starting those runs and merging anyway.

mattwthompson commented 1 year ago

Just kidding, the new E721 from pycodestyle requires a couple of minor rewrites. I'll wait for CI to finish since there are some changes in the source code (i.e. not tests).

E721: adjust handling of type comparison. Allowed forms are now isinstance(x, t) or type(x) is t. PR #1086, #1167.

https://pycodestyle.pycqa.org/en/latest/developer.html#id2