* chore: Update pre-commit hooks and dependencies * chore: Add linting workflow for frontend code * chore: Update linting workflow for Python code and include tests in pull requests * chore: Add Ruff style check workflow for Python code
14 lines
No EOL
279 B
JSON
14 lines
No EOL
279 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "ruff",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(Would reformat): (.+)$",
|
|
"message": 1,
|
|
"file": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |