Update pylint to 3.2.5 (#122126)

* Update pylint to 3.2.5

* Remove unused pylint disable comment
This commit is contained in:
Marc Mueller 2024-07-18 15:54:54 +02:00 committed by GitHub
parent 37426f7366
commit ec937781ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -7,14 +7,14 @@
-c homeassistant/package_constraints.txt
-r requirements_test_pre_commit.txt
astroid==3.2.2
astroid==3.2.3
coverage==7.5.3
freezegun==1.5.0
mock-open==1.4.0
mypy-dev==1.12.0a1
pre-commit==3.7.1
pydantic==1.10.17
pylint==3.2.4
pylint==3.2.5
pylint-per-file-ignores==1.3.2
pipdeptree==2.19.0
pip-licenses==4.4.0

View File

@ -28,7 +28,6 @@ from homeassistant.helpers.json import JSONEncoder
import homeassistant.util.dt as dt_util
# SQLAlchemy Schema
# pylint: disable=invalid-name
Base = declarative_base()
SCHEMA_VERSION = 9