GuitarML / PedalNetRT

Deep Learning Networks for Real Time Guitar Effect Emulation using WaveNet with PyTorch
https://www.facebook.com/smartguitarml
GNU General Public License v3.0
349 stars 39 forks source link

Added Formatting (black) #10

Closed mishushakov closed 4 years ago

mishushakov commented 4 years ago

To enforce code style consistency i have added black to the project The configuration is same used by pytorch-lightning project

Additionally i've added a pre-commit hook and a Github Action to automate linting and formatting

GuitarML commented 4 years ago

I had not heard of black before, but looks like a good formatting standard. Thanks for the contribution @mishushakov!