refactor: make subfiles

This commit is contained in:
Kristofers Solo 2025-04-18 15:47:56 +03:00
parent f86fab1ae1
commit ce20929469
7 changed files with 6 additions and 2 deletions

View File

@ -16,6 +16,10 @@ mpl = ["pyqt6>=6.9.0"]
[dependency-groups]
dev = ["mypy>=1.15.0", "ruff>=0.11.4"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.mypy]
mypy_path = "src"
check_untyped_defs = true
@ -34,7 +38,7 @@ warn_unused_configs = true
show-fixes = true
line-length = 120
indent-width = 4
target-version = "py312"
target-version = "py313"
[tool.ruff.lint]
extend-select = [

View File

View File

View File

View File

View File

@ -70,7 +70,7 @@ wheels = [
[[package]]
name = "grovers-visualizer"
version = "0.1.0"
source = { virtual = "." }
source = { editable = "." }
dependencies = [
{ name = "numpy" },
{ name = "qiskit", extra = ["visualization"] },