summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 22814e22cfc4a6dc23f35e81f25fa4cfb1533138 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tool.ruff]
select = [
  "E",
  "F",
  "W",
  "I",
  "UP",
  "YTT",
  "SIM",
  "B0",
  "C4",
]
ignore = ["B008"]
line-length = 100
target-version = "py38"