AstraZeneca / chemicalx

A PyTorch and TorchDrug based deep learning library for drug pair scoring. (KDD 2022)
https://chemicalx.readthedocs.io
Apache License 2.0
702 stars 89 forks source link

Code quality assurance #25

Closed cthoyt closed 2 years ago

cthoyt commented 2 years ago

Add black, flake8, isort, etc. code quality assurance. This will be very important if/when other people start contributing.

benedekrozemberczki commented 2 years ago

Yes, agree. The torch-scatter installation was creating errors with the reformatting step in devops.

cthoyt commented 2 years ago

It appears I had forgotten skip_install = true in that command

benedekrozemberczki commented 2 years ago

No worries.

benedekrozemberczki commented 2 years ago

Should I modify the Devops pipeline?