Merge pull request #30 from zeroday0619/main

ruff exclude append assets data
This commit is contained in:
Namhyeon Go 2024-07-11 15:21:20 +09:00 committed by GitHub
commit e262348e75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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