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

Fix st2 CI caused by adding pyproject.toml #59

Closed m4dcoder closed 2 years ago

m4dcoder commented 2 years ago

The pyproject.toml was added to be consistent with how black is configured on st2. However, it's causing error when st2 is making requirements. The pyproject.toml doesn't add value to the code formatting check so we are removing this file and from black configuration in the Makefile.

m4dcoder commented 2 years ago

Merging this PR without fixing CI build here because the CI is calling st2 which is pulling from master branch here which is broken.