Merged
Conversation
Contributor
petercrocker
commented
Dec 25, 2025
- Convert pyproject.toml from Poetry format to PEP 621 standard
- Replace poetry.lock with uv.lock
- Update CI workflow to use astral-sh/setup-uv@v4 instead of snok/install-poetry
- Update all dependencies to latest versions:
- infrahub-sdk: v1.12.2 -> v1.17.0
- ruff: 0.9.1 -> 0.14.10
- mypy: 1.14.1 -> 1.19.1
- pylint: 3.3.4 -> 4.0.4
- yamllint: 1.35.1 -> 1.37.1
- vale: 3.9.4.0 -> 3.13.0.0
- invoke: 2.1.2 -> 2.2.1
- types-pyyaml: 6.0.12.20250516 -> 6.0.12.20250915
- Convert pyproject.toml from Poetry format to PEP 621 standard - Replace poetry.lock with uv.lock - Update CI workflow to use astral-sh/setup-uv@v4 instead of snok/install-poetry - Update all dependencies to latest versions: - infrahub-sdk: v1.12.2 -> v1.17.0 - ruff: 0.9.1 -> 0.14.10 - mypy: 1.14.1 -> 1.19.1 - pylint: 3.3.4 -> 4.0.4 - yamllint: 1.35.1 -> 1.37.1 - vale: 3.9.4.0 -> 3.13.0.0 - invoke: 2.1.2 -> 2.2.1 - types-pyyaml: 6.0.12.20250516 -> 6.0.12.20250915
Deploying schema-library with
|
| Latest commit: |
0d6cbcc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://18aaa1dc.schema-library.pages.dev |
| Branch Preview URL: | https://pmc-20251225-updates.schema-library.pages.dev |
- Add markdownlint task to tasks/linter.py matching CI pipeline - Add pylint, ruff format check tasks to match CI - Create .markdownlintignore for node_modules and .venv - Fix Jinja templates to generate valid markdown: - Add blank lines around lists (MD032) - Use 4-space indentation for nested lists (MD007) - Trim descriptions to prevent double blank lines (MD012) - Fix table separator formatting - Disable MD060 (table column style) for dynamic tables - Fix MLAG description markdown formatting in .metadata.yml - Regenerate all reference documentation
Add markdown-lint job that runs markdownlint on all .md and .mdx files when markdown files change, matching the local linter.markdown task.
BaptisteGi
approved these changes
Dec 29, 2025
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.