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