Files
pumpfun-bonkfun-bot/pyproject.toml
T

11 lines
228 B
TOML
Raw Normal View History

2025-03-05 16:44:55 +00:00
[tool.ruff]
2025-03-05 07:03:32 +00:00
line-length = 88
2025-03-05 16:44:55 +00:00
target-version = "py311"
2025-03-05 07:03:32 +00:00
2025-03-05 16:44:55 +00:00
[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"