Spaces:
Runtime error
Runtime error
File size: 192 Bytes
91bbd67 |
1 2 3 4 5 6 7 8 9 10 11 |
[tool.black]
line-length = 119
target_version = ['py38', 'py39', 'py310']
preview = true
[tool.ruff]
select = ["E", "F", "I", "W"]
line-length = 119
[tool.ruff.isort]
lines-after-imports = 2 |