This commit is contained in:
2026-06-22 19:51:04 -04:00
parent 3f6f9599b5
commit 67cdcbca69
5 changed files with 131 additions and 5 deletions

View File

@@ -4,7 +4,9 @@ version = "0.1.0"
description = "Untitled Cat Game"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"questionary>=2.1.1",
]
[dependency-groups]
dev = [
@@ -18,6 +20,7 @@ target-version = "py313"
[tool.ruff.lint]
extend-select = ["E", "F", "I", "UP", "B", "SIM"]
ignore = ["E501"] # hehe forEVER!... forEVER!... forEVER!...
[tool.basedpyright]
typeCheckingMode = "standard"
@@ -27,4 +30,4 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["untitled"]
packages = ["untitled"]