style: apply new rules

This commit is contained in:
Bingsu
2023-06-15 16:33:22 +09:00
parent 567e0c1eec
commit b88efd6b5d
5 changed files with 11 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ profile = "black"
known_first_party = ["launch", "modules"]
[tool.ruff]
select = ["A", "B", "C4", "C90", "COM", "E", "EM", "F", "FA", "I001", "ISC", "N", "PIE", "PT", "RET", "RUF", "SIM", "UP", "W"]
select = ["A", "B", "C4", "C90", "E", "EM", "F", "FA", "I001", "ISC", "N", "PIE", "PT", "RET", "RUF", "SIM", "UP", "W"]
ignore = ["B008", "B905", "E501", "F401", "UP007"]
[tool.ruff.isort]