senderbot/pyproject.toml

6 lines
104 B
TOML
Raw Permalink Normal View History

2024-06-08 17:56:40 +03:00
[tool.ruff]
line-length = 120
[tool.ruff.lint]
select = ["ALL"]
ignore = ["ANN001", "ANN101", "RUF001"]