blob: 280a424d5c9b5d1f40ac8df6626e9dd9129994f6 [file] [log] [blame]
Peter Pentchevb91fc932023-01-19 15:27:13 +02001# SPDX-FileCopyrightText: StorPool <support@storpool.com>
2# SPDX-License-Identifier: BSD-2-Clause
3
4[tool.ruff]
5extend = "../ruff-base/pyproject.toml"
Peter Pentchev48168662024-02-20 10:11:07 +02006
7[tool.ruff.lint]
Peter Pentchevb91fc932023-01-19 15:27:13 +02008select = ["ALL"]