Skip to content

Commit ba7c3bc

Browse files
chore(deps): update linting (#2834)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5897d1e commit ba7c3bc

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.10/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.11/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
@@ -1,7 +1,7 @@
11
mypy==1.20.0
22
pre-commit==4.5.1
33
pytest==9.0.3
4-
ruff==0.15.9
4+
ruff==0.15.10
55
types-Pillow==10.2.0.20240822
66
types-PyYAML==6.0.12.20260408
77
types-requests==2.33.0.20260408

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.10/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.11/schema.json",
33
"extends": "//"
44
}

0 commit comments

Comments
 (0)