summaryrefslogtreecommitdiff
path: root/config/ruff-all/pyproject.toml
blob: 32a941b4134cc23e587da0d36f7a62500b5edc83 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net>
# SPDX-License-Identifier: BSD-2-Clause

[tool.ruff]
extend = "../ruff-base/pyproject.toml"
preview = true

[tool.ruff.lint]
select = ["ALL"]