mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 19:57:52 +00:00
Make pylint fail on informational messages too (#31136)
Refs https://github.com/PyCQA/pylint/issues/3250
This commit is contained in:
parent
98bac43228
commit
9795449d22
1
pylintrc
1
pylintrc
@ -3,6 +3,7 @@ ignore=tests
|
|||||||
# Use a conservative default here; 2 should speed up most setups and not hurt
|
# Use a conservative default here; 2 should speed up most setups and not hurt
|
||||||
# any too bad. Override on command line as appropriate.
|
# any too bad. Override on command line as appropriate.
|
||||||
jobs=2
|
jobs=2
|
||||||
|
load-plugins=pylint_strict_informational
|
||||||
persistent=no
|
persistent=no
|
||||||
|
|
||||||
[BASIC]
|
[BASIC]
|
||||||
|
@ -10,6 +10,7 @@ mypy==0.761
|
|||||||
pre-commit==1.21.0
|
pre-commit==1.21.0
|
||||||
pylint==2.4.4
|
pylint==2.4.4
|
||||||
astroid==2.3.3
|
astroid==2.3.3
|
||||||
|
pylint-strict-informational==0.1
|
||||||
pytest-aiohttp==0.3.0
|
pytest-aiohttp==0.3.0
|
||||||
pytest-cov==2.8.1
|
pytest-cov==2.8.1
|
||||||
pytest-sugar==0.9.2
|
pytest-sugar==0.9.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user