bump biome to 2.1.4 (#201)

This commit is contained in:
Kevin Stillhammer
2025-08-12 21:53:24 +02:00
committed by GitHub
parent f46fd74e35
commit 57714a7c8a
15 changed files with 147 additions and 112 deletions
+4 -4
View File
@@ -4,12 +4,12 @@
"owner": "ruff-check",
"pattern": [
{
"regexp": "^Error: (.*):(\\d+):(\\d+): (\\w+) (.*)$",
"code": 4,
"column": 3,
"file": 1,
"line": 2,
"column": 3,
"code": 4,
"message": 5
"message": 5,
"regexp": "^Error: (.*):(\\d+):(\\d+): (\\w+) (.*)$"
}
]
}
+2 -2
View File
@@ -4,9 +4,9 @@
"owner": "ruff-format",
"pattern": [
{
"regexp": "^(Would reformat):\\s*(.+)$",
"file": 2,
"message": 1,
"file": 2
"regexp": "^(Would reformat):\\s*(.+)$"
}
]
}