Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run lint _once_, not once per Python version
AFAICS, there is no difference in behavior when running `mypy` or `ruff check .` in a Python environment based on v3.7 or one based on v3.12. These tools should behave the same irrespective of the Python version in the surrounding environment. Hence, there is no longer any need to run nox's "lint" session under each of our supported Python versions. This will divide the time spent on linters by 6.
- Loading branch information