panda/pyproject.toml

7 lines
172 B
TOML
Raw Normal View History

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