StackStorm / st2-rbac-backend

RBAC backend for StackStorm (previously part of EWC aka StackStorm Enteprise)
https://docs.stackstorm.com/latest/rbac.html
Apache License 2.0
5 stars 12 forks source link

Add code formatting using the black utility #57

Closed m4dcoder closed 2 years ago

m4dcoder commented 2 years ago

Add code formatting check to Makefile using the black utility. The Makefile commands .black-check and .black-format are added, similar to the main st2 repo. Included code formatting changes made by .black-format.