body/pyproject.toml

8 lines
277 B
TOML
Raw Normal View History

2023-08-08 07:32:20 +08:00
# https://beta.ruff.rs/docs/configuration/#using-pyprojecttoml
[tool.ruff]
select = ["E", "F", "W", "PIE", "C4", "ISC", "RUF100", "A"]
ignore = ["W292", "E741", "E402", "C408", "ISC003"]
2023-08-08 07:32:20 +08:00
line-length = 160
target-version="py311"
flake8-implicit-str-concat.allow-multiline=false