Skip to content

Commit 4e905c3

Browse files
chore(pre-commit): add sync-with-uv hook to pre-commit configuration
1 parent e4c52f3 commit 4e905c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ repos:
4747
name: Trailing whitespace
4848
- id: debug-statements
4949
name: Debug Statements
50+
- repo: https://github.com/tsvikas/sync-with-uv
51+
rev: 0.4.0
52+
hooks:
53+
- id: sync-with-uv
54+
name: Sync with uv
5055
- repo: https://github.com/commitizen-tools/commitizen
5156
rev: v4.8.3
5257
hooks:

0 commit comments

Comments
 (0)