WIP: linter setup
This commit is contained in:
parent
2a3538ac9e
commit
cf4a392900
4 changed files with 187 additions and 10 deletions
|
@ -10,6 +10,14 @@ dependencies = [
|
|||
"cachetools>=5.0.0",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py313"
|
||||
line-length = 100
|
||||
indent-width = 4
|
||||
|
||||
[tool.pyright]
|
||||
venvPath = "."
|
||||
venv = ".venv"
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["ruff>=0.12.11"]
|
Loading…
Add table
Add a link
Reference in a new issue