Skip to content

Commit

Permalink
build: remove black leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
chemelli74 committed May 23, 2024
1 parent 46350f5 commit 7dfbfd8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"python.formatting.provider": "black",
"python.testing.pytestArgs": [
"tests"
],
"python.formatting.provider": "charliermarsh.ruff",
"python.testing.pytestArgs": ["tests"],
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"pylint.args": [

],
"pylint.args": [],
"files.trimTrailingWhitespace": true
},
// Add the IDs of extensions you want installed when the container is created.
Expand All @@ -45,4 +41,4 @@
"remoteUser": "root",
"containerUser": "vscode",
"postAttachCommand": ["pip3 install --user -r requirements.txt"]
}
}

0 comments on commit 7dfbfd8

Please sign in to comment.