✨ Upgrade dependencies #155
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes updates to dependencies, documentation improvements, and minor code adjustments. The most important changes involve upgrading pre-commit hooks and test dependencies, refining documentation for clarity, and adding new imports to improve future functionality.
Dependency Updates
ruff-pre-commit
,yamllint
, andmarkdownlint-cli
hooks to their latest versions in.pre-commit-config.yaml
for improved linting and formatting. ([[1]](https://github.com/mariusz-ostoja-swierczynski/tech-controllers/pull/155/files#diff-63a9c44a44acf85fea213a857769990937107cf072831e1a26808cfde9d096b9L4-R4)
,[[2]](https://github.com/mariusz-ostoja-swierczynski/tech-controllers/pull/155/files#diff-63a9c44a44acf85fea213a857769990937107cf072831e1a26808cfde9d096b9L13-R17)
)requirements_test.txt
andrequirements_test_api.txt
, includingcoverage
,jsonpickle
,mypy
,pylint
, and others, to their latest versions for enhanced testing capabilities and compatibility. ([[1]](https://github.com/mariusz-ostoja-swierczynski/tech-controllers/pull/155/files#diff-8e46fa47648f051555a15d35f67ccace2ed6fcbb3404460adb964140d9f119a1L4-R24)
,[[2]](https://github.com/mariusz-ostoja-swierczynski/tech-controllers/pull/155/files#diff-616eb676871543f48e62a342803ea0ea66f518e727d6d9da6051e31180f7de8fL4-R26)
)Documentation Improvements
README.md
to clarify the description of supported controllers by renaming the link text to "list of compatible controllers." ([README.mdL11-R11](https://github.com/mariusz-ostoja-swierczynski/tech-controllers/pull/155/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L11-R11)
)Code Adjustments
Callable
andwraps
imports incustom_components/tech/tech.py
, preparing the code for potential enhancements involving decorators. ([custom_components/tech/tech.pyR4-R5](https://github.com/mariusz-ostoja-swierczynski/tech-controllers/pull/155/files#diff-b6542e11982a98c6dae4a32db3a0a19d29dd449fad3b945936fc7ce958537f85R4-R5)
)Configuration Changes
S320
rule from theselect
list inruff.toml
, likely due to irrelevance or redundancy in the project's context. ([ruff.tomlL82](https://github.com/mariusz-ostoja-swierczynski/tech-controllers/pull/155/files#diff-26f436cb29eecc7bb4f9066747b43df8da81ac808955ce95c109f5d7aa778989L82)
)