diff --git a/.pylintrc b/.pylintrc index f1dc582509..59f94b7329 100644 --- a/.pylintrc +++ b/.pylintrc @@ -78,6 +78,8 @@ disable=C0103, C0325, C0413, C0415, + C1804, + C1805, E0401, E0611, E1101, diff --git a/requirements-dev.txt b/requirements-dev.txt index ed1b5ee31f..edeeb45a3b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ # static and style checks isort==5.10.1 pyenchant==3.2.2 -pylint==2.17.2 +pylint==3.0.0 autopep8==1.6.0 black==24.3.0