5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-11 11:04:47 +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",
"!**/package*.json",
"!**/known-checksums.*"
]
],
"maxSize": 2097152
},
"formatter": {
"enabled": true,