Files
dragonpilot/rednose_repo/pyproject.toml
Comma Device 5c73e264e9 Release 260308
2026-03-08 23:26:57 +08:00

6 lines
166 B
TOML

# https://beta.ruff.rs/docs/configuration/#using-pyprojecttoml
[tool.ruff]
select = ["E", "F", "W"]
ignore = ["W292", "E741"]
line-length = 160
target-version="py311"