5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-15 11:07:14 +00:00

set biome files.maxSize to 2MiB (#708)

Account for large known checksums
This commit is contained in:
Kevin Stillhammer
2025-12-07 17:54:20 +01:00
committed by GitHub
parent 4180991cd9
commit 5ce090076d

View File

@@ -18,7 +18,8 @@
"!**/node_modules", "!**/node_modules",
"!**/package*.json", "!**/package*.json",
"!**/known-checksums.*" "!**/known-checksums.*"
] ],
"maxSize": 2097152
}, },
"formatter": { "formatter": {
"enabled": true, "enabled": true,