Make pylint fail on informational messages too (#31136)

Refs https://github.com/PyCQA/pylint/issues/3250
This commit is contained in:
Ville Skyttä 2020-01-24 23:27:15 +02:00 committed by GitHub
parent 98bac43228
commit 9795449d22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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]

View File

@ -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