From 8b2a5351d3718a30da3afcf233ca2f11286fa95d Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 11 May 2024 11:56:43 -0400 Subject: [PATCH] Update pyproject.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alex Grönholm --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90ba5ea9..45628b05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,9 @@ show_missing = true [tool.ruff] extend-exclude = ["src/wheel/vendored"] -lint.extend-select = [ + +[tool.ruff.lint] +extend-select = [ "B", # flake8-bugbear "G", # flake8-logging-format "I", # isort