Skip to content

Commit 1e0b5c0

Browse files
maxisbeyKludex
andauthored
fix: revert README.md to v1 documentation (#2045)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
1 parent 0a22a9d commit 1e0b5c0

File tree

2 files changed

+244
-195
lines changed

2 files changed

+244
-195
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ repos:
5555
language: system
5656
files: ^(pyproject\.toml|uv\.lock)$
5757
pass_filenames: false
58+
# TODO(Max): Drop this in v2.
59+
- id: readme-v1-frozen
60+
name: README.md is frozen (v1 docs)
61+
entry: README.md is frozen at v1. Edit README.v2.md instead.
62+
language: fail
63+
files: ^README\.md$
5864
- id: readme-snippets
5965
name: Check README snippets are up to date
6066
entry: uv run --frozen python scripts/update_readme_snippets.py --check

0 commit comments

Comments
 (0)