You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has come into the observation that files that are not black compliant are still passing the Travis CI build. Due to which our master has failing checks. Can we do something about it?
The GitHub Action autoblack (not Travis CI) autoformats our code. It only runs when a maintainer (with the commit bit) creates a PR. This approach gives us eventual compliance with psf/black without having to teach every first-time contributor what psf/black is and how to use it.
It has come into the observation that files that are not
black
compliant are still passing the Travis CI build. Due to which our master has failing checks. Can we do something about it?Reference #2041
The text was updated successfully, but these errors were encountered: