File size: 177 Bytes
14c7fcf
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
[tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]

[tool.ruff]
line-length = 100
target-version = "py311"

[tool.ruff.lint]
select = ["E", "F", "I", "UP", "B"]