cda-tum / mqt-core

MQT Core - The Backbone of the Munich Quantum Toolkit
https://mqt.readthedocs.io/projects/core
MIT License
62 stars 31 forks source link

♻️ move `--reinstall-package` from `noxfile` to `pyproject.toml` configuration #711

Closed burgholzer closed 1 month ago

burgholzer commented 1 month ago

Description

This small PR moves the --reinstall-package configuration from the noxfile to the tool.uv table in the pyproject.toml file. This makes the noxfile a little more uv agnostic and simplifies the overall configuration.

Checklist: