diff --git a/pylintrc b/pylintrc index 0ffbb138f9e..fcc38ec0734 100644 --- a/pylintrc +++ b/pylintrc @@ -3,6 +3,7 @@ ignore=tests # Use a conservative default here; 2 should speed up most setups and not hurt # any too bad. Override on command line as appropriate. jobs=2 +load-plugins=pylint_strict_informational persistent=no [BASIC] diff --git a/requirements_test.txt b/requirements_test.txt index 030e3dc60ce..34582e4f773 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -10,6 +10,7 @@ mypy==0.761 pre-commit==1.21.0 pylint==2.4.4 astroid==2.3.3 +pylint-strict-informational==0.1 pytest-aiohttp==0.3.0 pytest-cov==2.8.1 pytest-sugar==0.9.2