gtg
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user