Pin exact versions of all lint tool. types-* packages for mypy are not pinned, as they are coupled to their actual
library packages (which are not pinned as well).
While already touching this also bump the versions of black and ruff to the latest releases. For ruff some minor config adjustments and ignoring one rule was necessary.
Closes #111
How I tested
Via nox. There are no changes to actual package code, so nothing to test on the cluster.
Summary
Based on discussion in #111:
==
to>=
While already touching this also bump the versions of black and ruff to the latest releases. For ruff some minor config adjustments and ignoring one rule was necessary.
Closes #111
How I tested
Via nox. There are no changes to actual package code, so nothing to test on the cluster.