lovasoa / marshmallow_dataclass

Automatic generation of marshmallow schemas from dataclasses.
https://lovasoa.github.io/marshmallow_dataclass/html/marshmallow_dataclass.html
MIT License
456 stars 78 forks source link

Fix and update pre-commit tests #224

Closed dairiki closed 1 year ago

dairiki commented 1 year ago

The pre-commit tests broked as a result of flake8 shutting down their old gitlab repository.

The PR fixes that, and also updates other pre-commit hooks to the latest versions.

We also disable the default fail-fast behavior for the python test workflow. Even if the tests fail for one python version, we'd like to know whether they pass for other python versions.