We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d6bd9 commit 3e1282eCopy full SHA for 3e1282e
.pre-commit-config.yaml
@@ -2,6 +2,8 @@ ci:
2
autofix_prs: false
3
autoupdate_schedule: monthly
4
autoupdate_commit_msg: 'chore: pre-commit autoupdate'
5
+ skip:
6
+ - uv-lock
7
8
repos:
9
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -23,3 +25,9 @@ repos:
23
25
- id: ruff
24
26
args: [--fix]
27
- id: ruff-format
28
+
29
+- repo: https://github.com/astral-sh/uv-pre-commit
30
+ rev: 0.7.13
31
+ hooks:
32
+ - id: uv-lock
33
+ - id: uv-sync
pyproject.toml
@@ -30,7 +30,7 @@ dependencies = [
"psycopg2-binary==2.9.10",
"sqlalchemy~=2.0",
"sshtunnel==0.4.0",
- "singer-sdk~=0.46.0",
+ "singer-sdk~=0.47.0",
34
]
35
36
[project.optional-dependencies]
0 commit comments