Skip to content

Commit 010ea5a

Browse files
chore(deps): update linting (#2818)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c52125f commit 010ea5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.8/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.9/schema.json",
33
"assist": { "actions": { "source": { "organizeImports": "on" } } },
44
"files": {
55
"includes": ["**", "!**/package.json", "!**/node_modules", "!**/.nuxt", "!**/.output"]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ pytest==9.0.2
44
ruff==0.15.7
55
types-Pillow==10.2.0.20240822
66
types-PyYAML==6.0.12.20250915
7-
types-requests==2.32.4.20260107
7+
types-requests==2.32.4.20260324
88
types-termcolor==1.1.6.2

webclient/biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.8/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.9/schema.json",
33
"extends": "//"
44
}

0 commit comments

Comments
 (0)