[c1fb9e]: / pyproject.toml

Download this file

11 lines (8 with data), 298 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
[tool.black]
line-length = 88
target-version = ["py310"]
[tool.ruff]
line-length = 88
select = ["A", "ANN", "ARG", "B", "C4", "E", "F", "ICN", "ISC", "N", "PD", "PGH", "PLR", "PLW", "PIE", "PT", "Q", "RET", "RUF", "S", "SIM", "TID", "UP", "W", "YTT"]
ignore = ["ANN101"]
target-version = "py310"