Spaces:
Sleeping
Sleeping
File size: 103 Bytes
b20c769 |
1 2 3 4 5 6 |
[tool.ruff]
# Enable the isort rules.
lint.extend-select = ["I"]
line-length = 99
exclude = ["anysat"]
|