ssncodingclub / Open-Source-Intro

MIT License
1 stars 4 forks source link

Added GitHub Action for Lint checking with Black. #1

Closed dhiganthrao closed 3 years ago

dhiganthrao commented 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.