npc203 / npc-cogs

My list of Cogs for Red-bot :p
MIT License
25 stars 26 forks source link

add checks #51

Closed Honkertonken closed 2 years ago

AAA3A-AAA3A commented 2 years ago

Instead of forcing it this way, isn't GitHub able to go black and isort itself?

ltzmax commented 2 years ago

He already got pre commits with this. Just not showing the check cause not added to show.

npc203 commented 2 years ago

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.