From 1abad38d422f5cc7492d7da859e423b637344f0c Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:23:52 +0100 Subject: [PATCH] refactor: remove unused parameters Fi #286 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1829c7c5..a32d6065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,6 @@ ignore = [ #"W503", # line break before binary operator | Black takes care of it #"E203", # whitespace before ':' | Black take care of it ] -line-length = 100 select = ["E", "W", "F", "Q", "I"] [tool.black]