File size: 149 Bytes
732e77c
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# pyproject.toml
[tool.black]
line-length = 100
target-version = ["py310"]

[tool.isort]
profile = "black"

[tool.pytest.ini_options]
addopts = "-q"