📝 Update templated files#1790
Conversation
|
😞 I'll look into this in a bit once I'm back home. |
|
Interestingly, the changes do not only involve lines that are project specific, but also random lines throughout. We likely need to somehow synchronize the version of |
I only did the debugging in my head now, but I think the problem is that we are not passing the working directory to |
## Description This PR fixes a bug encountered in munich-quantum-toolkit/core#1790. Because `prek` is not running from the current directory, it cannot find the pre-commit and `rumdl` configurations in the target repository. This PR fixes this by setting the `cwd` argument of `subprocess.run`. ## Checklist - [x] The pull request only contains commits that are focused and relevant to this change. - [x] ~~I have added appropriate tests that cover the new/changed functionality.~~ - [x] ~~I have updated the documentation to reflect these changes.~~ - [x] I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals. - [x] ~~I have added migration instructions to the upgrade guide (if needed).~~ - [x] The changes follow the project's style guidelines and introduce no new warnings. - [x] The changes are fully tested and pass the CI checks. - [x] I have reviewed my own code changes.
|
This PR was created in error due to a bug in version |
This pull request updates the files in this repository with the latest changes from the MQT Templates repository.
For details on the respective changes, see the changelog as well as the upgrade guide.