Compare commits

...

2 Commits

Author SHA1 Message Date
9b38c2b037 Deleted useless tomlsort section. 2025-05-29 22:26:40 +03:00
5b021c0952 Added version getter for setuptools 2025-05-29 22:26:16 +03:00

View File

@ -90,10 +90,8 @@ ignore-names = []
[tool.ruff.lint.pylint] [tool.ruff.lint.pylint]
allow-magic-value-types = [] allow-magic-value-types = []
[tool.tomlsort] [tool.setuptools.dynamic]
all = true version = {attr = "notletters.__version__"}
sort_first = ["project"]
trailing_comma_inline_array = true
[tool.uv] [tool.uv]
cache-dir = ".cache/uv" cache-dir = ".cache/uv"