mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-19 01:33:52 +08:00
7 lines
172 B
TOML
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"
|