Skip to content

Conversation

@github-actions github-actions bot added the ci/cd Continuous integration and delivery label Oct 6, 2025
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 960b869 to 979de67 Compare November 3, 2025 21:02
@pre-commit-ci pre-commit-ci bot requested a review from lantiga as a code owner November 3, 2025 21:02
@justusschock justusschock enabled auto-merge (squash) November 7, 2025 10:11
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 8fa489b to a336fd4 Compare December 1, 2025 21:22
updates:
- [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0)
- [github.com/JoC0de/pre-commit-prettier: b3e25fa39aa676c36bc18eb9eae6f26d9bb63f39 → v3.7.4](JoC0de/pre-commit-prettier@b3e25fa...v3.7.4)
- [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.11...v0.14.10)
- [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.2](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.2)
- [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.11.1](tox-dev/pyproject-fmt@v2.6.0...v2.11.1)
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from ffa974a to 462e04c Compare January 5, 2026 20:59
Borda and others added 2 commits January 6, 2026 11:34
@bhimrazy bhimrazy marked this pull request as draft January 15, 2026 07:26
auto-merge was automatically disabled January 15, 2026 07:26

Pull request was converted to draft

@bhimrazy
Copy link
Collaborator

requires #463

@github-actions github-actions bot added the tests label Jan 15, 2026
@Borda
Copy link
Collaborator

Borda commented Jan 20, 2026

mdformat was unblocked by butler54/mdformat-frontmatter#38

@Borda Borda marked this pull request as ready for review January 20, 2026 04:08
Copilot AI review requested due to automatic review settings January 20, 2026 04:08
@Borda Borda merged commit ae8c5ef into main Jan 20, 2026
63 checks passed
@Borda Borda deleted the pre-commit-ci-update-config branch January 20, 2026 04:10
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates pre-commit hook dependencies to their latest versions and addresses regex pattern matching issues in test files by using re.escape() to properly escape special characters in pytest match patterns.

Changes:

  • Updated 5 pre-commit hook dependencies to newer versions (mdformat, prettier, ruff, sphinx-lint, pyproject-fmt)
  • Fixed pytest regex matching by using re.escape() for patterns containing special regex characters
  • Added missing re module import to test_rank_zero.py

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.pre-commit-config.yaml Updated versions for mdformat (0.7.22→1.0.0), prettier (b3e25fa→v3.7.4), ruff (v0.12.11→v0.14.10), sphinx-lint (v1.0.0→v1.0.2), and pyproject-fmt (v2.6.0→v2.11.1)
tests/unittests/core/test_rank_zero.py Added re module import and wrapped pytest match pattern with re.escape() to handle special regex characters
tests/unittests/core/test_imports.py Wrapped pytest match patterns with re.escape() in two test functions to properly escape special regex characters like parentheses and periods

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/cd Continuous integration and delivery tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants