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

View File

@@ -20,7 +20,6 @@
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.formatting.blackPath": "/usr/local/bin/black",
"python.linting.flake8Path": "/usr/local/bin/flake8",
"python.linting.pycodestylePath": "/usr/local/bin/pycodestyle",
"python.linting.pydocstylePath": "/usr/local/bin/pydocstyle",
"python.linting.mypyPath": "/usr/local/bin/mypy",