Skip to content

Commit 40d9fa9

Browse files
author
MarkusB
committed
Remove weekly pre-commit autoupdate workflow
Deleted the `pre-commit-update.yml` workflow and its reference in the README. Reverted pre-commit hook versions to earlier stable releases due to compatibility or other considerations.
1 parent ac7c142 commit 40d9fa9

4 files changed

Lines changed: 7 additions & 18 deletions

File tree

.github/workflows/pre-commit-update.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ repos:
1919
# Markdown linting
2020
# Config file: .markdownlint.yaml
2121
- repo: https://github.com/igorshubovych/markdownlint-cli
22-
rev: v0.49.0
22+
rev: v0.48.0
2323
hooks:
2424
- id: markdownlint
2525
args: [--fix]
26+
language: node
27+
language_version: '20.19.0'
2628

2729
- repo: https://github.com/codespell-project/codespell
2830
rev: v2.4.2
@@ -31,7 +33,7 @@ repos:
3133

3234
# Python linting and formatting
3335
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.15.20
36+
rev: v0.15.13
3537
hooks:
3638
- id: ruff
3739
- id: ruff-format
@@ -44,7 +46,7 @@ repos:
4446

4547
# CMake linting and formatting
4648
- repo: https://github.com/BlankSpruce/gersemi-pre-commit
47-
rev: 0.27.7
49+
rev: 0.27.5
4850
hooks:
4951
- id: gersemi
5052
name: CMake linting

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Installed package version compatibility: `SameMajorVersion` (`mb_devenv_install_
100100

101101
| Path | Role |
102102
| ------ | ------ |
103-
| `.github/workflows/` | `ci.yml` — Linux/macOS/Windows preset CI, Nix+Conan matrix, sanitizers, coverage, install test; `pre-commit-check.yml`; weekly `pre-commit-update.yml` |
103+
| `.github/workflows/` | `ci.yml` — Linux/macOS/Windows preset CI, Nix+Conan matrix, sanitizers, coverage, install test; `pre-commit-check.yml` |
104104
| `cmake/` | `dependencies.cmake``find_package` for build deps; mirror public deps in `mb.cpp-lib-template-config.cmake.in` with `find_dependency` (not test-only deps) |
105105
| `conan/profiles/` | Conan profiles for Nix+Conan CI |
106106
| `scripts/new-cpp-lib.py` | Template → new project ([above](#starting-a-new-library)) |

0 commit comments

Comments
 (0)