openforcefield / openff-evaluator

A physical property evaluation toolkit from the Open Forcefield Consortium.
https://docs.openforcefield.org/projects/evaluator
MIT License
54 stars 18 forks source link

Add pre-commit config, lint with Black 22.1.0 #423

Closed mattwthompson closed 2 years ago

mattwthompson commented 2 years ago

I curated a configuration from other files to match that happens in .github/workflows/lint.yaml and ran

$ git add .pre-commit-config.yaml
$ pre-commit run --all-files
mattwthompson commented 2 years ago

Thanks @jeff231li!