summaryrefslogtreecommitdiffstats
path: root/scripts/corebenchrunner/pyproject.toml
blob: a4841a4165efb2c16d8d37a2519d1483ce5c89f1 (plain)
1
2
3
4
5
6
7
8
9
10
[tool.mypy]
files = "."
strict = true

[tool.black]
line-length = 100

[tool.isort]
line_length = 100
profile = "black"