Skip to content

Commit 732df76

Browse files
committed
chore: add docs/examples to checks
1 parent 49e197f commit 732df76

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ repos:
3333
hooks:
3434
- id: black
3535
name: Format with Black
36-
entry: uv run black
36+
entry: black
3737
language: system
3838
types: [python]
3939

4040
- id: ruff
4141
name: Run ruff lints
42-
entry: uv run ruff
42+
entry: ruff
4343
language: system
4444
pass_filenames: false
4545
types: [python]
@@ -48,10 +48,11 @@ repos:
4848
- "--fix"
4949
- "taskiq"
5050
- "tests"
51+
- "docs/examples"
5152

5253
- id: mypy
5354
name: Validate types with MyPy
54-
entry: uv run mypy
55+
entry: mypy
5556
language: system
5657
pass_filenames: false
5758
types: [python]

0 commit comments

Comments
 (0)