[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "test-validation-package" version = "0.1.0" description = "Test package for CI template validation" dependencies = [] [project.optional-dependencies] dev = [ "mypy>=1.0.0", "ruff>=0.1.0", "pyupgrade>=3.0.0", "pytest>=7.0.0", "pytest-cov>=4.0.0", ] [tool.ruff] line-length = 88 target-version = "py310" [tool.mypy] python_version = "3.10" warn_return_any = true warn_unused_configs = true