Closed Honkertonken closed 2 years ago
He already got pre commits with this. Just not showing the check cause not added to show.
aww, well I never got around making them work. Specifically my style follows, black (with -l 99) and then isort. So there's no way to test both of them simultaneously. Using --profile black with isort, gives black the upper hand on styling imports. I liked the isort version of import styling. My mind just stuck with the current style and I'm not planning to adjust just so as to make github actions work just yet.
Instead of forcing it this way, isn't GitHub able to go black and isort itself?