[crawler_platform 삭제]

This commit is contained in:
LASTA_DEV01\lasta
2026-05-20 13:21:08 +09:00
parent be717a8f9a
commit fc69dfd063
173 changed files with 307 additions and 1982 deletions

View File

@@ -117,13 +117,13 @@ dev = [
ontology-platform = "ont_platform.api.main:cli"
[tool.hatch.build.targets.wheel]
packages = ["ont_platform"]
packages = ["ont_platform", "crawler_platform"]
# ─── Ruff (linter + formatter) ────────────────────────────────────────
[tool.ruff]
line-length = 100
target-version = "py312"
src = ["ont_platform", "tests"]
src = ["ont_platform", "crawler_platform", "tests"]
extend-exclude = ["vendored"] # vendored OntoCast 등은 원본 유지
[tool.ruff.lint]