596313e
1
2
3
4
5
6
7
8
9
[tool.ruff] line-length = 88 target-version = "py311" [tool.ruff.lint] select = ["E", "F", "B", "I", "RUF"] [tool.mypy] strict = true