docker-test / ruff.toml
SkazuHD's picture
init space
d660b02
raw
history blame contribute delete
296 Bytes
line-length = 120
target-version = "py311"
extend-exclude = [
".github",
"graphql_client",
"graphql_schemas"
]
[lint]
extend-select = [
"I",
"B",
"G",
"T20",
"PTH",
"RUF"
]
[lint.isort]
case-sensitive = true
[lint.pydocstyle]
convention = "google"