minor bug fixes

This commit is contained in:
Yonokid
2025-08-08 11:36:59 -04:00
parent bb3a2a1a38
commit 68ce2636b8
4 changed files with 29 additions and 1 deletions

View File

@@ -14,3 +14,15 @@ dependencies = [
"dotenv>=0.9.9",
"gitpython>=3.1.44",
]
[dependency-groups]
dev = []
[tool.codeflash]
# All paths are relative to this pyproject.toml's directory.
module-root = "."
tests-root = "tests"
test-framework = "pytest"
ignore-paths = []
disable-telemetry = true
formatter-cmds = ["disabled"]