Files
Untitled-Cat-Game/pyproject.toml
2026-06-22 17:52:43 -04:00

19 lines
333 B
TOML

[project]
name = "untitled-cat-game"
version = "0.1.0"
description = "Untitled Cat Game"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
[dependency-groups]
dev = [
"pytest>=9.1.1",
"ruff>=0.15.18",
]
[tool.ruff]
target-version = "py313"
[tool.ruff.lint]
extend-select = ["E", "F", "I", "UP", "B", "SIM"]