nils-braun / b2luigi

Task scheduling and batch running for basf2 jobs made simple
GNU General Public License v3.0
17 stars 11 forks source link

Feature/migrate pre commit config and update hooks #176

Closed meliache closed 1 year ago

meliache commented 1 year ago

Update pre-commit hooks. Most notably for the developers, updated the flake8 syntax and style-checker to version 5.0.4, which might change slightly what style is accepted. This should also fix an issue with the old flake8 version not being compatible with the latest version of importlib_meta, which caused the pre-commit flake8 hook in the github actions to fail. In the process also migrated the pre-commit config format to the new layout.