WIP: linter setup

This commit is contained in:
Matthew Ryan Dillon 2025-08-30 12:06:01 -04:00
parent 2a3538ac9e
commit c8ac1d9322
4 changed files with 187 additions and 10 deletions

View file

@ -10,6 +10,14 @@ dependencies = [
"cachetools>=5.0.0",
]
[tool.ruff]
target-version = "py313"
line-length = 88
indent-width = 4
[tool.pyright]
venvPath = "."
venv = ".venv"
[dependency-groups]
dev = ["pre-commit>=4.3.0", "ruff>=0.12.11"]