M-Welsch / base-webapp

1 stars 0 forks source link

Pre-commit failing with current config #12

Open jackyscript opened 1 year ago

jackyscript commented 1 year ago

As the current state of the pre-commit config yaml in branches "develop" and "main" the pre-commit process fails due to breaking changes in dependent repos see also:

However updating the affected pre-commit repos seem to fix this issue, see also commit:

https://github.com/M-Welsch/base-webapp/commit/17a6635a788008d869d15a30c7d56993d36ff814

Furthermore adding a return type annotation in util.py https://github.com/M-Welsch/base-webapp/commit/17a6635a788008d869d15a30c7d56993d36ff814#diff-f87f5dfdd3f638eeb686575a73498fbacb5ae6ada757d700fd4e4d96d2110589 was required to pass pre-commit.