Skip to content

Commit 925b22f

Browse files
committed
revert
1 parent cb1a316 commit 925b22f

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ repos:
4444
language: system
4545
types: [python]
4646
pass_filenames: false
47-
exclude: ^examples/snippets/
48-
- id: pyright-snippets
49-
name: pyright (snippets)
50-
entry: bash -c "cd examples/snippets && uv run pyright ."
51-
language: system
52-
files: ^examples/snippets/.*\.py$
53-
pass_filenames: false
5447
- id: uv-lock-check
5548
name: Check uv.lock is up to date
5649
entry: uv lock --check

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ uv run pytest
3737
uv run pyright
3838
```
3939

40-
Note: The `examples/snippets` directory has its own pyright configuration and is checked separately by pre-commit. If you're modifying examples in that directory, you can test locally with:
41-
42-
```bash
43-
cd examples/snippets && uv run pyright
44-
```
45-
4640
6. Run linting:
4741

4842
```bash

0 commit comments

Comments
 (0)