Closed mishushakov closed 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
I had not heard of black before, but looks like a good formatting standard. Thanks for the contribution @mishushakov!
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