feat: ruff exclude append assets data

This commit is contained in:
Euiseo Cha 2024-07-11 15:19:50 +09:00
parent 2072b06dd3
commit e9aba0f803
No known key found for this signature in database
GPG Key ID: 39F74FF9CEA87CC9

View File

@ -25,6 +25,8 @@ exclude = [
"node_modules",
"site-packages",
"venv",
"assets",
"data"
]
target-version = "py310"