From 89c0b6c7842b1a6dfbfe18716beee8ea57b25c7a Mon Sep 17 00:00:00 2001 From: SimoneGasperini Date: Wed, 2 Oct 2024 11:45:59 +0200 Subject: [PATCH] Fix pylint global settings in pyproject.toml file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba74418..06e0901 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,5 +43,5 @@ disable = [ "too-many-positional-arguments", "too-many-locals", "invalid-name", - "duplicate-code", + "no-value-for-parameter", ]