Update version requirements#56
Conversation
|
Did you update the lock file or regenerate it? Usually regenerating makes less trouble. |
codie3611
left a comment
There was a problem hiding this comment.
Changes are fine. Thanks. Now you just need to make CI happy.
|
Flake8 seems dead and doesn't work with newer python libraries, so I replaced it with ruff. Formatting is still done by black (otherwise the diff would be gigantic), but in the future formatting too could be done by ruff. PS: in |
|
We can also transition to ruff in another PR for formatting. |
Yep, I don't plan in adding anything to this PR, it's good as-is ! (just in case you're not aware, only you can merge, I don't have the rights, and it's the same for #57) |
codie3611
left a comment
There was a problem hiding this comment.
Feel free to merge then

Fixes #55
This:
Note: lint CI action will likely not pass as I updated
blackbut did not run it (to keep the diff small)