From 2c5d652493b79eecadd4407f24f2249948bd6ff2 Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 23 Aug 2024 16:33:59 -0700 Subject: [PATCH] remove unused config --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6417c18d8..79776c0886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,6 @@ select = [ "UP", # pyupgrade "W", # pycodestyle warning ] -ignore-init-module-imports = true [tool.ruff.lint.isort] force-single-line = true