Skip to content

Commit e61948b

Browse files
committed
docs
1 parent 087bf95 commit e61948b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- "-a ruff:ruff-format:v:"
77
- "-l=DEBUG"
88
repo: https://github.com/phi-friday/sync-uv-pre-commit
9-
rev: v0.2.1
9+
rev: v0.3.0
1010

1111
- hooks:
1212
- id: ruff

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- "-a ruff:ruff-format:v:"
1212
- "-e some_extra"
1313
repo: https://github.com/phi-friday/sync-uv-pre-commit
14-
rev: v0.2.1
14+
rev: v0.3.0
1515
```
1616
1717
### args
@@ -20,6 +20,7 @@ repos:
2020
- `-P` or `--pre-commit`: `.pre-commit-config.yaml` path (defaults: `.pre-commit-config.yaml`)
2121
- `-l` or `--log-level`: log level (defaults: `INFO`)
2222
- `-e` or `--extra`: optional dependencies (defaults: `[]`)
23+
- `--no-dev`: omit uv dev dependencies
2324

2425
## success output
2526
```bash

0 commit comments

Comments
 (0)