Configure Ruff for VSCode (#10572)

This commit is contained in:
Avasam
2023-08-13 17:31:36 -04:00
committed by GitHub
parent 22b055a147
commit 3a376e7eaa
2 changed files with 8 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
{
"recommendations": [
"bierner.github-markdown-preview",
"charliermarsh.ruff",
"editorconfig.editorconfig",
"ms-python.black-formatter",
"ms-python.flake8",
@@ -30,8 +31,6 @@
"ms-python.autopep8",
// Not using pylint
"ms-python.pylint",
// Not using Ruff
"charliermarsh.ruff",
// VSCode has implemented an optimized version
"coenraads.bracket-pair-colorizer",
"coenraads.bracket-pair-colorizer-2",