fix: dataclass to pydantic dataclass

This commit is contained in:
Bingsu
2023-04-26 16:00:52 +09:00
parent a11d37d44c
commit 0f89fe858a
2 changed files with 9 additions and 5 deletions

View File

@@ -18,7 +18,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"]
ignore = ["B008", "B905", "E501", "UP007"]
unfixable = ["F401"]
[tool.ruff.isort]