feat: add configuration module with env-based settings

This commit is contained in:
Johan Lundberg 2026-02-12 14:42:26 +01:00
parent 922851b966
commit 16a78663f3
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1
3 changed files with 75 additions and 1 deletions

View file

@ -55,8 +55,9 @@ indent-style = "space"
docstring-code-format = true
[tool.ty]
[tool.ty.environment]
python-version = "3.13"
src = ["src"]
[tool.ty.rules]
possibly-unresolved-reference = "error"