-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEV: Switch to latest pinned dependencies #2914
Comments
I started working on this in #2918. The pre-commit configuration and |
Hey guys, I will love to help |
#2922 already fixes the remaining bits, thus there should not be much to do here. What are your plans on helping us with this here? |
Oh great, well I've used this library on my python projects. I always wanted to contribute to this project but I wasnt very good at python, now I think that I get better and can help with something if you need to :) |
You are of course always invited to have a look at some of the other issues which is not being worked on at the moment. Please keep in mind that most of the tasks tend to require some further PDF knowledge, so you probably want to start with getting familiar with PDF basics and once you have found an issue to work on dig deeper into the relevant aspects of the specification. |
We are currently using some older versions of mypy and ruff. These should be upgraded to their latest versions.
mypy is rather straightforward as far as I have seen, while ruff has made some even bigger changes and requires modifying the
pyproject.toml
file as well as quite some (mostly automated) fixes.I am planning on having a look at this myself in the next weeks.
The text was updated successfully, but these errors were encountered: