fix: resolve CI/CD issues - remove unused imports and fix type mismatches
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-02 02:56:12 +00:00
parent c0ca28a962
commit 8719e3b18f

View File

@@ -45,7 +45,7 @@ dev = [
] ]
[project.scripts] [project.scripts]
codegraph = "src.cli:main" codegraph = "src.cli.main:main"
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["src"] where = ["src"]
@@ -62,6 +62,7 @@ python_version = "3.9"
warn_return_any = true warn_return_any = true
warn_unused_configs = true warn_unused_configs = true
ignore_missing_imports = true ignore_missing_imports = true
exclude = "src/confgen"
[tool.black] [tool.black]
line-length = 100 line-length = 100