File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["setuptools"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- name = " ts-workflow-examples "
6+ name = " ts_workflow_examples "
77description =" A Python package description goes here."
88version = " 0.0.1"
99readme = " README.md"
@@ -47,7 +47,7 @@ changelog = "https://github.com/Quantum-Accelerators/ts-workflow-examples/blob/m
4747# ts-workflow-examples = ["py.typed"]
4848
4949[tool .pyright ]
50- include = [" ts-workflow-examples " ]
50+ include = [" ts_workflow_examples " ]
5151exclude = [" **/__pycache__" ]
5252
5353[tool .pytest .ini_options ]
@@ -137,7 +137,7 @@ lint.unfixable = [
137137 " F841" , # Removes unused variables
138138]
139139lint.pydocstyle.convention = " numpy"
140- lint.isort.known-first-party = [" ts-workflow-examples " ]
140+ lint.isort.known-first-party = [" ts_workflow_examples " ]
141141lint.isort.required-imports = [" from __future__ import annotations" ]
142142extend-include = [" *.ipynb" ]
143143
You can’t perform that action at this time.
0 commit comments