From 9b9da3d29a563faac91953730aee0da6408ced40 Mon Sep 17 00:00:00 2001 From: Enno Gotthold Date: Wed, 10 Jan 2024 11:37:18 +0100 Subject: [PATCH] CI: Disable rule duplicate from pylint and pycodestyle --- .prospector.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.prospector.yml b/.prospector.yml index 7c5246e..4de54dc 100644 --- a/.prospector.yml +++ b/.prospector.yml @@ -17,6 +17,8 @@ pycodestyle: # https://github.com/psf/black/issues/354#issuecomment-397685631 - E203 - W503 + # Disabled due to the overlap with pylint + - E722 pydocstyle: run: true