NeuralEnsemble / cobrawap

Collaborative Brain Wave Analysis Pipeline (Cobrawap)
https://cobrawap.readthedocs.io/
GNU General Public License v3.0
17 stars 16 forks source link

Feature/automatic formatting #64

Open rgutzen opened 8 months ago

rgutzen commented 8 months ago

To adapt to a consistent code style without too much manual reformatting, this PR introduces automatic formatting checks (using black formatter) on push and pull-request events. Additionally, it adds the formatter as a pre-commit hook. This is only a PR draft for now to decide how to adapt this global style, and set remaining style options such as the enforced line length.