Skip to content

Commit 4db552f

Browse files
committed
docs: update
1 parent 37cc686 commit 4db552f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.3.0
9+
rev: v0.4.0
1010

1111
- hooks:
1212
- id: ruff

README.md

Lines changed: 5 additions & 5 deletions
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.3.0
14+
rev: v0.4.0
1515
```
1616
1717
### args
@@ -38,8 +38,8 @@ Sync uv and pre commit...................................................Passed
3838
[INFO] - Processing pre_commit: `.pre-commit-config.yaml`
3939
[INFO] - Running command:
4040
uv export --no-hashes --output-file=/var/folders/_4/h6jc_2cs6kq7l4k8_yj7171w0000gn/T/tmprh7hmc9l/requirements.txt
41-
[INFO] - Expected ruff to be v0.6.4, and found v0.6.4
42-
[INFO] - Expected ruff-format to be v0.6.4, and found v0.6.4
41+
[INFO] - Expected ruff to be ==0.6.4, and found v0.6.4
42+
[INFO] - Expected ruff-format to be ==0.6.4, and found v0.6.4
4343
[INFO] - Results:: 2 success, 0 errors
4444
```
4545
@@ -61,6 +61,6 @@ Sync uv and pre commit...................................................Failed
6161
[INFO] - Running command:
6262
uv export --no-hashes --output-file=/var/folders/_4/h6jc_2cs6kq7l4k8_yj7171w0000gn/T/tmpk6vgib_d/requirements.txt
6363
[ERROR] - Results:: 0 success, 2 errors
64-
[ERROR] - Expected ruff to be v0.6.4, but found v0.6.3
65-
[ERROR] - Expected ruff-format to be v0.6.4, but found v0.6.3
64+
[ERROR] - Expected ruff to be ==0.6.4, but found v0.6.3
65+
[ERROR] - Expected ruff-format to be ==0.6.4, but found v0.6.3
6666
```

0 commit comments

Comments
 (0)