update at 2026-03-28 16:46:40

This commit is contained in:
douboer
2026-03-28 16:46:40 +08:00
parent 57cd9a1f39
commit a1b0d6731c
13 changed files with 921 additions and 58 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.mypy]
python_version = "3.12"
ignore_missing_imports = true
exclude = '^(generative_inpainting|images|output)/'
[tool.ruff]
exclude = [
"AOT-GAN-for-Inpainting",
"generative_inpainting",
"images",
"output",
"__pycache__",
".venv",
"venv",
".git",
]