Skip to content

Commit 2137c8f

Browse files
maxisbeyKludex
andauthored
fix: revert README to v1.x documentation on main (#1971)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
1 parent b38716e commit 2137c8f

File tree

7 files changed

+2762
-188
lines changed

7 files changed

+2762
-188
lines changed

.github/workflows/shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
run: uv sync --frozen --all-extras --python 3.10
8181

8282
- name: Check README snippets are up to date
83-
run: uv run --frozen scripts/update_readme_snippets.py --check
83+
run: uv run --frozen scripts/update_readme_snippets.py --check --readme README.v2.md

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
types: [python]
4343
language: system
4444
pass_filenames: false
45-
exclude: ^README\.md$
45+
exclude: ^README(\.v2)?\.md$
4646
- id: pyright
4747
name: pyright
4848
entry: uv run --frozen pyright
@@ -59,5 +59,5 @@ repos:
5959
name: Check README snippets are up to date
6060
entry: uv run --frozen python scripts/update_readme_snippets.py --check
6161
language: system
62-
files: ^(README\.md|examples/.*\.py|scripts/update_readme_snippets\.py)$
62+
files: ^(README\.v2\.md|examples/.*\.py|scripts/update_readme_snippets\.py)$
6363
pass_filenames: false

0 commit comments

Comments
 (0)