We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9442468 commit 47d8853Copy full SHA for 47d8853
2 files changed
.gitignore
@@ -40,7 +40,7 @@ htmlcov/
40
.coverage
41
.coverage.*
42
.cache
43
-.uv-cache/
+.uv/
44
nosetests.xml
45
coverage.xml
46
*,cover
@@ -72,7 +72,7 @@ devbox.json
72
devbox.lock
73
.devbox
74
75
-.uv-cache
+.uv
76
77
.ruff
78
.ty
devbox.json
@@ -6,7 +6,7 @@
6
"python310@latest"
7
],
8
"env": {
9
- "UV_CACHE_DIR": "$PWD/.uv-cache"
+ "UV_CACHE_DIR": "$PWD/.uv"
10
},
11
"shell": {
12
"init_hook": [
0 commit comments