Drop flake8 in favor of Ruff (#89863)

This commit is contained in:
Franck Nijhof
2023-03-17 13:30:06 +01:00
committed by GitHub
parent f4de050904
commit b1a3bfb298
13 changed files with 5 additions and 175 deletions

14
.vscode/tasks.json vendored
View File

@ -42,20 +42,6 @@
},
"problemMatcher": []
},
{
"label": "Flake8",
"type": "shell",
"command": "pre-commit run flake8 --all-files",
"group": {
"kind": "test",
"isDefault": true
},
"presentation": {
"reveal": "always",
"panel": "new"
},
"problemMatcher": []
},
{
"label": "Ruff",
"type": "shell",