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
Also:
- Change the order of the hooks, so those that change code but do not
care about formatting run first, then black, and finally checkers like mypy.
- Drop 'linting' environment: not needed anymore given we are using pre-commit.ci.
- Do not run 'docs' on CI: we already use readthedocs.io for that (but keep tox environment for local execution).
0 commit comments