mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Update pylint to 3.2.5 (#122126)
* Update pylint to 3.2.5 * Remove unused pylint disable comment
This commit is contained in:
parent
37426f7366
commit
ec937781ca
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user