Skip to content

Commit

Permalink
add black settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ajskateboarder committed Aug 2, 2023
1 parent d666154 commit 0a4b33a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
{
"python.formatting.provider": "black",
"editor.formatOnSave": true,
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.mypyEnabled": true,
"python.linting.mypyArgs": [
"--ignore-missing-imports",
"--follow-imports=silent",
"--show-column-numbers",
"--disallow-untyped-defs",
"--disallow-untyped-calls"
]
"editor.formatOnSave": true
}

0 comments on commit 0a4b33a

Please sign in to comment.