You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ref #2421Fix#2908
Updates older pre-commit hooks (initial exp:
#680), mostly based (again)
on [tox
configs](https://github.com/tox-dev/tox/blob/main/.pre-commit-config.yaml)
Use ruff instead of pyupgrade/isort/black/flake8
This PR has a couple of commits: the first ones update configs, the last
one runs `tox -e fix_lint` to apply pre-commit. Mostly looking into
updating the first commits without breaking tests on the last commit.
this article, Boring Python: code quality, has a lot of useful things in it - I found the following bits of advice particularly useful:
but there's lots of things we could just ...do.
The text was updated successfully, but these errors were encountered: