update at 2026-03-28 16:46:40
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user