GitHub: Run pre-commit on all files

This commit is contained in:
Chris Hennes
2025-03-05 21:04:33 -06:00
parent 323f463f28
commit d961be1ab6
10 changed files with 93 additions and 92 deletions

View File

@@ -1,16 +1,16 @@
{
"problemMatcher": [
{
"owner": "codespell-matcher",
"severity": "warning",
"pattern": [
"problemMatcher": [
{
"regexp": "^(.+):(\\d+):\\s+(.+)$",
"file": 1,
"line": 2,
"message": 3
"owner": "codespell-matcher",
"severity": "warning",
"pattern": [
{
"regexp": "^(.+):(\\d+):\\s+(.+)$",
"file": 1,
"line": 2,
"message": 3
}
]
}
]
}
]
]
}