gurkult / gurkbot

Our community bot, used for running the server.
MIT License
17 stars 16 forks source link

fix lint, update isort #187

Closed onerandomusername closed 1 year ago

onerandomusername commented 1 year ago

lint fails because isort 5.10.1 is not installable due to a dependency packaging error. This updates isort to 5.12.0 which has the bug fixed.

we also remove flake8-isort because its redundant, isort already checks everything in a seperate step in the lint.

gustavwilliam commented 1 year ago

If Yoda approves, I approve.