|
@@ -6,6 +6,14 @@ requires = [
|
|
]
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
|
|
+[tool.ruff]
|
|
|
|
+line-length = 106
|
|
|
|
+indent-width = 4
|
|
|
|
+
|
|
|
|
+[tool.ruff.format]
|
|
|
|
+quote-style = "single"
|
|
|
|
+indent-style = "tab"
|
|
|
|
+
|
|
[tool.ruff.lint]
|
|
[tool.ruff.lint]
|
|
ignore = [
|
|
ignore = [
|
|
"E401", # multiple imports per line
|
|
"E401", # multiple imports per line
|
|
@@ -125,4 +133,5 @@ ignored-classes = [ # ignored for no-member, otherwise checked
|
|
"Opts",
|
|
"Opts",
|
|
"Help",
|
|
"Help",
|
|
"FFI_override",
|
|
"FFI_override",
|
|
|
|
+ "RPC",
|
|
]
|
|
]
|