BorgwardtLab / proteinshake

Protein structure datasets for machine learning.
https://proteinshake.ai
BSD 3-Clause "New" or "Revised" License
101 stars 9 forks source link

Code style enforcement #151

Closed pjhartout closed 1 year ago

pjhartout commented 1 year ago

Closing as it is too early for this as discussed with @timkucera and @cgoliver. When ready to include style enforcement, type git switch main && git pull && git switch feat/code-style && git rebase -Xtheirs main && black ./ should bring you the styled codebase with the latest changes merged to main.

cgoliver commented 1 year ago

thanks phil! i support this PR