Testing base

This commit is contained in:
2026-06-22 17:58:15 -04:00
parent 14960202a3
commit ea25492c63
4 changed files with 12 additions and 3 deletions

View File

@@ -16,4 +16,11 @@ dev = [
target-version = "py313"
[tool.ruff.lint]
extend-select = ["E", "F", "I", "UP", "B", "SIM"]
extend-select = ["E", "F", "I", "UP", "B", "SIM"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["untitled"]