Closed seifertm closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.10%. Comparing base (
90ce06a
) to head (2634d25
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
It would be nice to have pyupgrade in pre-commit to automate syntax bumps.
Are you interested in us adding some tooling @seifertm ? (ruff can replace flake8 for example, and it's possible to migrate to pyproject.toml). I would have added the
UP
check if ruff was already configured.
Absolutely. I'm very open to these tooling updates. I use ruff in other projects and it works just fine. Pyupgrade is also an option.
Python 3.8 received its last security release on 2024-09-06 and is now end of life.
see https://peps.python.org/pep-0569/