From 7ca9287698be0f13369143e8fe7a5476351865a6 Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Thu, 30 Nov 2023 10:08:31 +0100 Subject: [PATCH] Simplify ruff config. --- pyproject.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a340c60..271893f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,16 +77,6 @@ select = ["ALL"] fix = true unsafe-fixes = true extend-ignore = [ - # Numpy docstyle - "D107", - "D203", - "D212", - "D213", - "D402", - "D413", - "D415", - "D416", - "D417", # Others. "I", # ignore isort "ANN101", # type annotating self