BramVanroy commited on
Commit
023ad32
1 Parent(s): 9885d76

Delete .vscode

Browse files
Files changed (1) hide show
  1. .vscode/settings.json +0 -21
.vscode/settings.json DELETED
@@ -1,21 +0,0 @@
1
- {
2
- "[python]": {
3
- "editor.defaultFormatter": "ms-python.black-formatter",
4
- "editor.formatOnType": true,
5
- "editor.codeActionsOnSave": {
6
- "source.organizeImports": true
7
- }
8
- },
9
- "black-formatter.args": [
10
- "--line-length=119"
11
- ],
12
- "isort.args": ["--profile", "black"],
13
- "flake8.args": [
14
- "--max-line-length=119"
15
- ],
16
- "ruff.args": [
17
- "--line-length=119"
18
- ],
19
- "editor.formatOnSave": true,
20
- "files.insertFinalNewline": true
21
- }