Skip to content

Commit

Permalink
Add default VSCode settings for black and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Oct 10, 2024
1 parent 6bb9207 commit d663502
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"eslint.workingDirectories": ["./frontend"],
"flake8.cwd": "${workspaceFolder}/backend",
"flake8.args": ["--config=pyproject.toml"]
"flake8.args": ["--config=pyproject.toml"],
"black-formatter.cwd": "${workspaceFolder}/backend",
"isort.args": ["--settings-path=${workspaceFolder}/backend/pyproject.toml"]
}

0 comments on commit d663502

Please sign in to comment.