6 lines
166 B
TOML
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" |