Skip to content

Commit

Permalink
Replace pylint-strict-informational with fail-on=I
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and frenck committed Jul 4, 2022
1 parent 14e5001 commit 13e9f49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ init-hook = """\
load-plugins = [
"pylint.extensions.code_style",
"pylint.extensions.typing",
"pylint_strict_informational",
"hass_constructor",
"hass_enforce_type_hints",
"hass_imports",
Expand All @@ -123,6 +122,9 @@ extension-pkg-allow-list = [
"orjson",
"cv2",
]
fail-on = [
"I",
]

[tool.pylint.BASIC]
class-const-naming-style = "any"
Expand Down
1 change: 0 additions & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ mypy==0.961
pre-commit==2.19.0
pylint==2.14.4
pipdeptree==2.2.1
pylint-strict-informational==0.1
pytest-aiohttp==0.3.0
pytest-cov==3.0.0
pytest-freezegun==0.4.2
Expand Down

0 comments on commit 13e9f49

Please sign in to comment.