Files
panda-meb/pyproject.toml
2023-08-06 14:59:22 -07:00

7 lines
172 B
TOML

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