mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
22 lines
227 B
TOML
22 lines
227 B
TOML
exclude = [
|
|
"agenthub/monologue_agent/regression/",
|
|
]
|
|
|
|
[lint]
|
|
select = [
|
|
"E",
|
|
"W",
|
|
"F",
|
|
"I",
|
|
"Q",
|
|
]
|
|
|
|
ignore = [
|
|
"E501",
|
|
]
|
|
|
|
flake8-quotes = {inline-quotes = "single"}
|
|
|
|
[format]
|
|
quote-style = "single"
|