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
* Fix pre-commit config
The flake8 repo at gitlab was deleted.
* Run pre-commit autoupdate (except flake8)
We stick with flake8<6 since flake8==6.0.0 requires python>=3.8.1.
* Fixes for mypy 0.991
- Fix for change of default config to no_implicit_optional=True (PEP
484 prohibits implicit optional).
- Error type for incompatible imports changed from `misc` to `assignment`.
* Use strategy.fail-fast=false for python test workflow
When tests fail for one python version, we'd still like to see whether
they pass for other python versions.
0 commit comments