Fix CI/CD workflow configuration
This commit is contained in:
@@ -40,14 +40,14 @@ dev = [
|
|||||||
"pytest-asyncio>=0.23.0",
|
"pytest-asyncio>=0.23.0",
|
||||||
"mypy>=1.8.0",
|
"mypy>=1.8.0",
|
||||||
"ruff>=0.2.0",
|
"ruff>=0.2.0",
|
||||||
"types-python-dotenv>=1.0.0",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
memory = "memory_manager.cli.main:cli"
|
memory = "memory_manager.cli.main:cli"
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools]
|
||||||
where = ["src"]
|
packages = ["memory_manager"]
|
||||||
|
package-dir = {"" = "src"}
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
@@ -67,4 +67,4 @@ select = ["E", "F", "I", "N", "W", "UP"]
|
|||||||
ignore = ["E501"]
|
ignore = ["E501"]
|
||||||
|
|
||||||
[tool.ruff.per-file-ignores]
|
[tool.ruff.per-file-ignores]
|
||||||
"__init__.py" = ["F401"]
|
"__init__.py" = ["F401"]
|
||||||
|
|||||||
Reference in New Issue
Block a user