| [tool.black] | |
| line-length = 100 | |
| target-version = ["py310", "py311", "py312", "py313"] | |
| skip-magic-trailing-comma = true | |
| [tool.isort] | |
| profile = "black" | |
| line_length = 100 | |
| [tool.black] | |
| line-length = 100 | |
| target-version = ["py310", "py311", "py312", "py313"] | |
| skip-magic-trailing-comma = true | |
| [tool.isort] | |
| profile = "black" | |
| line_length = 100 | |