From 9795449d22783e77a0ca7b745f15c89a830c5cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 24 Jan 2020 23:27:15 +0200 Subject: [PATCH] Make pylint fail on informational messages too (#31136) Refs https://github.com/PyCQA/pylint/issues/3250 --- pylintrc | 1 + requirements_test.txt | 1 + 2 files changed, 2 insertions(+) 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