| [tool.black] | |
| line-length = 100 | |
| target-version = ["py310"] | |
| [tool.ruff] | |
| line-length = 100 | |
| select = ["E", "F", "I"] | |
| ignore = ["E501"] | |
| exclude = ["notebooks"] | |
| [tool.mypy] | |
| python_version = "3.10" | |
| ignore_missing_imports = true | |
| warn_unused_ignores = true | |
| warn_redundant_casts = true | |
| warn_unused_configs = true | |