BorgwardtLab / proteinshake

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

Code style enforcement #152

Open pjhartout opened 1 year ago

pjhartout commented 1 year ago

When ready to include style enforcement, type git switch main && git pull && git switch feat/code-style && git rebase -Xtheirs main && pip install pre-commit && pre-commit run --all-files should bring you the styled codebase with the latest changes merged to main.

pjhartout commented 1 year ago

This PR contains a few core things: