mirror of
https://github.com/kristoferssolo/grovers-visualizer.git
synced 2025-10-21 20:10:35 +00:00
refactor: make subfiles
This commit is contained in:
parent
f86fab1ae1
commit
ce20929469
@ -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 = [
|
||||
|
||||
0
src/grovers_visualizer/__init__.py
Normal file
0
src/grovers_visualizer/__init__.py
Normal file
0
src/grovers_visualizer/circuit.py
Normal file
0
src/grovers_visualizer/circuit.py
Normal file
0
src/grovers_visualizer/plot.py
Normal file
0
src/grovers_visualizer/plot.py
Normal file
0
src/grovers_visualizer/state.py
Normal file
0
src/grovers_visualizer/state.py
Normal file
Loading…
Reference in New Issue
Block a user