Files
decky-loader/backend/pyproject.toml
T
2023-02-03 23:59:43 -03:00

12 lines
170 B
TOML

[flake8]
max-line-length = 88
[tool.ruff]
ignore = [
# Ignore line length check and let Black handle it
"E501"
]
# Assume Python 3.10.
target-version = "py310"