gcs-django/pyproject.toml
2025-03-09 17:58:06 +11:00

14 lines
180 B
TOML

[tool.black]
line-length = 72
[tool.ruff]
line-length = 72
[tool.autopep8]
max_line_length = 72
[tool.pycodestyle]
max_line_length = 72
[tool.pyright]
typeCheckingMode = "off"