refactor: replace regex with tomlkit in devtools CLI
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Vulnerability Scan / pip-audit (push) Has been cancelled
Build uv cache / build-cache (3.10) (push) Has been cancelled
Build uv cache / build-cache (3.11) (push) Has been cancelled
Build uv cache / build-cache (3.12) (push) Has been cancelled
Build uv cache / build-cache (3.13) (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled

This commit is contained in:
Greyson LaLonde
2026-04-08 19:52:51 +08:00
committed by GitHub
parent f4c0667d34
commit fc9280ccf6
6 changed files with 365 additions and 39 deletions

View File

@@ -11,7 +11,7 @@ classifiers = ["Private :: Do Not Upload"]
private = true
dependencies = [
"click~=8.1.7",
"toml~=0.10.2",
"tomlkit~=0.13.2",
"openai>=1.83.0,<3",
"python-dotenv~=1.1.1",
"pygithub~=1.59.1",
@@ -25,6 +25,10 @@ release = "crewai_devtools.cli:release"
docs-check = "crewai_devtools.docs_check:docs_check"
devtools = "crewai_devtools.cli:main"
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "--noconftest"
[tool.uv]
exclude-newer = "3 days"