From d83dda26ca144ba00d4893d4e3fa0d1caf461772 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sat, 24 Aug 2024 22:23:17 +0300 Subject: [PATCH] Apply repo-review suggestion RF003 RF003: src directory doesn't need to be specified anymore (0.6+) Ruff now (0.6+) looks in the src directory by default. The src setting doesn't need to be specified if it's just set to `["src"]`. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1edf4b4b..8999a359 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,9 +57,6 @@ module = ["_manylinux"] ignore_missing_imports = true -[tool.ruff] -src = ["src"] - [tool.ruff.lint] extend-select = [ "B",