dfunckt / django-rules

Awesome Django authorization, without the database
MIT License
1.84k stars 148 forks source link

Update pre-commit black and isort version #174

Closed hashlash closed 1 year ago

hashlash commented 1 year ago

This would solve the failed github action

See:

hashlash commented 1 year ago

It seems that #167 needs to be merged first.

dfunckt commented 1 year ago

It’s failing on what seems like installation failure for isort, maybe include that commit in your PR to run them both in one go here?

Python reminds me of JavaScript a lot lately…

hashlash commented 1 year ago

Updated @dfunckt :rocket:

dfunckt commented 1 year ago

OK, checks pass -- I'll merge this one to unblock CI and we can bump pypy and action versions separately.

dfunckt commented 1 year ago

Thanks @hashlash and @cclauss !