File size: 149 Bytes
0070fce
a2e084c
0070fce
 
 
 
a2e084c
1
2
3
4
5
6
7
8
[tool.black]
line-length = 1024

[tool.ruff]
target-version = "py311"
exclude = ["extensions"]
lint.select = ["N805", "S307", "S102", "T", "W", "F"]