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