Skip to content

Commit

Permalink
settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Sep 13, 2024
1 parent 21060a5 commit a1542a0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .vs-code/settings.json

This file was deleted.

19 changes: 18 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,22 @@
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "always"
}
},
"black-formatter.args": [
"--line-length",
"88"
],
"flake8.args": [
"--max-line-length",
"88",
"--extend-ignore",
"E203"
]
}

0 comments on commit a1542a0

Please sign in to comment.