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 20d7ebb commit c926405Copy full SHA for c926405
.github/workflows/test.yml
@@ -47,6 +47,7 @@ jobs:
47
uses: astral-sh/setup-uv@v3
48
with:
49
enable-cache: true
50
+ cache-dependency-glob: "pyproject.toml"
51
cache-suffix: ${{ matrix.python-version }}
52
53
- name: Install Python
.gitignore
@@ -13,3 +13,4 @@ coverage.xml
13
**/.env
14
examples/**/migrations/*
15
.idea/
16
+uv.lock
0 commit comments