python: revert ruff C4 -> C40 change

It is an error in ruff 0.0.255, will be fixed in the next version:
a8c1915e2e
This commit is contained in:
link2xt
2023-03-14 09:37:03 +00:00
parent 73e7ee5c13
commit 6fbcf67190

View File

@@ -51,7 +51,7 @@ git_describe_command = "git describe --dirty --tags --long --match v*.*"
line-length = 120
[tool.ruff]
select = ["E", "F", "W", "YTT", "C40", "ISC", "ICN", "TID", "DTZ", "PLC", "PLE", "PLW", "PIE", "COM", "UP004", "UP010", "UP031", "UP032", "ANN204"]
select = ["E", "F", "W", "YTT", "C4", "ISC", "ICN", "TID", "DTZ", "PLC", "PLE", "PLW", "PIE", "COM", "UP004", "UP010", "UP031", "UP032", "ANN204"]
line-length = 120
[tool.isort]