Skip to content

Commit 0674d7b

Browse files
committed
corrected project name in the tests yaml file
1 parent 1a5f629 commit 0674d7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "ts-workflow-examples"
6+
name = "ts_workflow_examples"
77
description="A Python package description goes here."
88
version = "0.0.1"
99
readme = "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"]
5151
exclude = ["**/__pycache__"]
5252

5353
[tool.pytest.ini_options]
@@ -137,7 +137,7 @@ lint.unfixable = [
137137
"F841", # Removes unused variables
138138
]
139139
lint.pydocstyle.convention = "numpy"
140-
lint.isort.known-first-party = ["ts-workflow-examples"]
140+
lint.isort.known-first-party = ["ts_workflow_examples"]
141141
lint.isort.required-imports = ["from __future__ import annotations"]
142142
extend-include = ["*.ipynb"]
143143

0 commit comments

Comments
 (0)