OpenEnergyPlatform / open-MaStR

A collaborative software to download the energy database Marktstammdatenregister (MaStR)
https://open-mastr.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
87 stars 19 forks source link

Bugfix 453 readthedocs #454

Closed FlorianK13 closed 1 year ago

FlorianK13 commented 1 year ago

Summary of the discussion

Fix the bug that makes the readthedocs workflow fail.

Workflow checklist

Automation

Closes #

PR-Assignee

Reviewer

FlorianK13 commented 1 year ago

@chrwm Note the changes in the pre-commit hook. The hook didn't work for me and it took a while since I figured out that it is due to the python version in the config file (I'm using 3.10). I wanted to change this file only locally but it doesn't allow any new commits as long as the pre-commit config file is not commited.

So can we switch to python 3.10 when developing open-mastr?