| 1234567891011121314151617181920212223 |
- exclude = [
- "agenthub/monologue_agent/regression/",
- ]
- [lint]
- select = [
- "E",
- "W",
- "F",
- "I",
- "Q",
- ]
- ignore = [
- "E501",
- ]
- [lint.flake8-quotes]
- docstring-quotes = "double"
- inline-quotes = "single"
- [format]
- quote-style = "single"
|