[build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] name = "uv-template" version = "0.1.0" description = "project description" readme = "README.md" requires-python = ">=3.12" authors = [{ name = "Pyrox/dish", email = "pyrox@pyrox.dev" }] maintainers = [{ name = "Pyrox/dish", email = "pyrox@pyrox.dev" }] keywords = [] classifiers = [] dependencies = [] [project.urls] Homepage = "https://git.pyrox.dev/pyrox/nix" Documentation = "https://git.pyrox.dev/pyrox/nix" Repository = "https://git.pyrox.dev/pyrox/nix" Issues = "https://git.pyrox.dev/pyrox/nix/issues" [dependency-groups] dev = [] # Uncomment for django # [tool.djlint] # ignore = "H006" # indent = 2 # profile = "django" # use_gitignore = true [tool.pyright] venvPath = "." venv = ".venv" # Uncomment for django # exclude = ["**/migrations/*.py", "manage.py", "scripts/*.py"] [tool.ruff] indent-width = 4 [tool.ruff.format] # Uncomment for django # exclude = ["**/migrations/*.py", "manage.py", "scripts/*.py"] line-ending = "lf" indent-style = "space" [tool.ruff.lint] select = [ "A", "ANN", "ARG", "COM", "DTZ", "ERA", "E4", "E7", "E9", "F", "FURB", "FLY", "INP", "LOG", "PERF", "PIE", "PTH", "Q", "RET", "RUF", "S", "SIM", "T20", "TCH", "TID", "UP", ] ignore = ["ANN003", "COM812"] [tool.setuptools] packages = [""] [tool.uv] compile-bytecode = true package = false [tool.uv.sources]