Closed dhiganthrao closed 3 years ago
This PR adds lint checking with Black as a GitHub action.
As a consequence, any changes to .py files will now be checked if they follow proper Black formatting policies. If they don't, this GitHub action will fail.
.py
This PR adds lint checking with Black as a GitHub action.
As a consequence, any changes to
.py
files will now be checked if they follow proper Black formatting policies. If they don't, this GitHub action will fail.