feat: just did the stuff
Python Lint CI / ruff (push) Successful in 50s
Python Lint CI / ruff-format-check (push) Successful in 49s
Python Test CI / coverage (push) Failing after 50s
Python Lint CI / ty (push) Successful in 50s

This commit is contained in:
2026-06-15 13:17:11 +02:00
parent dcfe91453d
commit a18c066f97
12 changed files with 445 additions and 277 deletions
+1 -6
View File
@@ -5,6 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"requests>=2.34.2,<3.0.0",
"unidecode>=1.4.0,<2.0.0",
]
@@ -17,8 +18,6 @@ build-backend = "uv_build"
[dependency-groups]
dev = [
"coverage>=7.13.5,<8.0.0",
"pytest>=9.0.3,<10.0.0",
"ruff>=0.15.12,<0.16.0",
"ty>=0.0.34,<0.0.35",
]
@@ -47,7 +46,3 @@ include = ["cool_domain", "tests"]
[tool.ty.environment]
python = "./.venv/bin/python3"
[tool.coverage.run]
source = ["cool_domain"]
omit = ["cool_domain/logs.py", "cool_domain/__main__.py"]