feat: add configuration module with env-based settings
This commit is contained in:
parent
922851b966
commit
16a78663f3
3 changed files with 75 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue