diff --git a/pyproject.toml b/pyproject.toml
index 195fddf667fa10e1287cc4f98a808b31fea51c06..47db4457a84a75cb8c35b68fa28549d223db1214 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ poethepoet = "^0.26.0"
 tebege = "tebege.tebege:main"
 
 [tool.poe.tasks]
-lint_pylint = "pylint -d C0301,C0114,R0902,R0913 tebege"
+lint_pylint = "pylint -d C0301,C0114,R0902,R0913,R0917 tebege"
 lint_black = "black tebege --check"
 lint_isort = "isort tebege --check"
 lint = ["lint_pylint", "lint_black", "lint_isort"]