Finish up transition from black-format to ruff (#8294)

This commit is contained in:
Katherine Whitlock
2025-02-21 13:02:55 -06:00
committed by GitHub
parent 9f603a474f
commit c281351732
4 changed files with 75 additions and 55 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{
"problemMatcher": [
{
"owner": "black",
"owner": "ruff",
"severity": "error",
"pattern": [
{
"regexp": "^(.*): (Please format this file with the black formatter)",
"regexp": "^(.*): (Please format this file with the ruff formatter)",
"file": 1,
"message": 2
}