chore: enhance project initialization by adding post-task handling and improving file overwrite behavior
Some checks failed
CI / test (3.13) (push) Failing after 31s

This commit is contained in:
Alexander Kalinovsky
2025-08-27 16:37:37 +03:00
parent 90b0202f39
commit 62b12690c8
7 changed files with 308 additions and 158 deletions

View File

@@ -47,7 +47,7 @@ target-version = "py313"
[tool.ruff.lint]
select = ["ALL"]
ignore = ["D203", "D213", "COM812", "PLR0913"]
ignore = ["D203", "D213", "COM812", "PLR0913", "B008"]
[tool.ruff.lint.per-file-ignores]
"tests/**" = ["S101", "PT011"]