Various maintenance updates (package updates, readme updates)#334
Merged
Various maintenance updates (package updates, readme updates)#334
Conversation
jsongerber
pushed a commit
to jsongerber/python-sagemcom-api
that referenced
this pull request
Nov 8, 2024
…l#334) This pull request includes several updates to improve the development environment, update dependencies, and enhance documentation. The most important changes are listed below: ### Development Environment: * [`.devcontainer/devcontainer.json`](diffhunk://#diff-24ad71c8613ddcf6fd23818cb3bb477a1fb6d83af4550b0bad43099813088686L20-R21): Added the `yzhang.markdown-all-in-one` extension to the VSCode customizations. ### Dependency Updates: * [`.pre-commit-config.yaml`](diffhunk://#diff-63a9c44a44acf85fea213a857769990937107cf072831e1a26808cfde9d096b9L3-R3): Updated the `pre-commit-hooks` repository version from `v4.0.1` to `v4.6.0`. ### Documentation Enhancements: * [`README.md`](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L19-R23): Fixed table formatting and updated comments for several router models. [[1]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L19-R23) [[2]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R38-R39) * [`README.md`](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R163-R168): Added a new section for debugging common issues with a link to advanced instructions.
bakonyiferenc
pushed a commit
to bakonyiferenc/python-sagemcom-api
that referenced
this pull request
Dec 16, 2025
…l#334) This pull request includes several updates to improve the development environment, update dependencies, and enhance documentation. The most important changes are listed below: ### Development Environment: * [`.devcontainer/devcontainer.json`](diffhunk://#diff-24ad71c8613ddcf6fd23818cb3bb477a1fb6d83af4550b0bad43099813088686L20-R21): Added the `yzhang.markdown-all-in-one` extension to the VSCode customizations. ### Dependency Updates: * [`.pre-commit-config.yaml`](diffhunk://#diff-63a9c44a44acf85fea213a857769990937107cf072831e1a26808cfde9d096b9L3-R3): Updated the `pre-commit-hooks` repository version from `v4.0.1` to `v4.6.0`. ### Documentation Enhancements: * [`README.md`](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L19-R23): Fixed table formatting and updated comments for several router models. [[1]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L19-R23) [[2]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R38-R39) * [`README.md`](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R163-R168): Added a new section for debugging common issues with a link to advanced instructions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 several updates to improve the development environment, update dependencies, and enhance documentation. The most important changes are listed below:
Development Environment:
.devcontainer/devcontainer.json: Added theyzhang.markdown-all-in-oneextension to the VSCode customizations.Dependency Updates:
.pre-commit-config.yaml: Updated thepre-commit-hooksrepository version fromv4.0.1tov4.6.0.Documentation Enhancements:
README.md: Fixed table formatting and updated comments for several router models. [1] [2]README.md: Added a new section for debugging common issues with a link to advanced instructions.