mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 11:19:53 +00:00
fix: no pydantic, dataclass
This commit is contained in:
@@ -17,8 +17,7 @@ known_first_party = ["modules", "launch"]
|
||||
|
||||
[tool.ruff]
|
||||
select = ["A", "B", "C4", "E", "F", "I001", "ISC", "N", "PIE", "PT", "RET", "SIM", "UP", "W"]
|
||||
ignore = ["B008", "B905", "E501", "UP007"]
|
||||
unfixable = ["F401"]
|
||||
ignore = ["B008", "B905", "E501", "UP007", "F401"]
|
||||
|
||||
[tool.ruff.isort]
|
||||
known-first-party = ["modules", "launch"]
|
||||
|
||||
Reference in New Issue
Block a user