| [tool.black] | |
| line-length = 88 | |
| target-version = ['py311'] | |
| include = '\.pyi?$' | |
| [tool.isort] | |
| profile = "black" | |
| multi_line_output = 3 | |
| [tool.flake8] | |
| max-line-length = 88 | |
| extend-ignore = ['E203', 'W503'] |
| [tool.black] | |
| line-length = 88 | |
| target-version = ['py311'] | |
| include = '\.pyi?$' | |
| [tool.isort] | |
| profile = "black" | |
| multi_line_output = 3 | |
| [tool.flake8] | |
| max-line-length = 88 | |
| extend-ignore = ['E203', 'W503'] |