Skip to content

Commit db3b099

Browse files
authored
Activate ruff indent checking. (#2787)
1 parent 71bfd7f commit db3b099

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ pymodbus is maintained in 2 versions:
5252
- pymodbus, the official library
5353
- pymodbus_ha_core
5454

55-
Pymodbus_ha_core
56-
----------------
57-
`Pymodbus_ha_core <https://pypi.org/project/pymodbus-ha-core/>`_ is
55+
Pymodbus_ha
56+
-----------
57+
`Pymodbus_ha <https://pypi.org/project/pymodbus-ha/>`_ is
5858
an alias to pymodbus, available on pypi.org.
5959

6060
Being an alias means it is 100% the same as pymodbus, without any extra
@@ -63,10 +63,6 @@ code, just another name.
6363
This allows home-assistant to use a pymodbus version for the modbus integration,
6464
while custom_components use another version.
6565

66-
We are offering to make other aliases for projects who need this, please
67-
open an issue in the pymodbus project, with an explanation of why it is
68-
needed.
69-
7066
Pymodbus in a nutshell
7167
----------------------
7268
Pymodbus consist of 5 parts:

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ development = [
6060
"coverage>=7.10.7",
6161
"mypy>=1.18.2",
6262
"pylint>=3.3.0",
63-
"pypi-alias>=2.0.0",
6463
"pytest>=8.4.2",
6564
"pytest-asyncio>=1.2.0",
6665
"pytest-cov>=7.0.0",
@@ -246,7 +245,6 @@ fail_under = 99.5
246245
[tool.coverage.html]
247246
directory = "build/cov"
248247

249-
250248
[tool.codespell]
251249
skip = "./build,./doc/source/_static,venv,.venv,.git,htmlcov,CHANGELOG.rst,.*_cache,*.lock"
252250
ignore-words-list = "asend"
@@ -259,7 +257,7 @@ extend-exclude = [
259257
"contrib"
260258
]
261259
line-length = 88
262-
# indent-width = 4
260+
indent-width = 4
263261

264262
[tool.ruff.lint]
265263
ignore = [

0 commit comments

Comments
 (0)