Files
pumpfun-bonkfun-bot_github/pyproject.toml
T
2025-03-05 16:44:55 +00:00

11 lines
228 B
TOML

[tool.ruff]
line-length = 88
target-version = "py311"
[tool.ruff.lint]
select = ["E", "F", "I", "UP", "N", "B", "A", "C4", "T10", "ARG", "PTH"]
ignore = ["E501"]
[tool.ruff.format]
quote-style = "double"
indent-style = "space"