Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Lauridsen committed Apr 19, 2023
1 parent 4b5c05c commit 12be50e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
max-line-length = 99
max-line-length = 110
extend-ignore = E203
builtins = _
ignore = E402
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"python.formatting.provider": "black",
"python.formatting.provider": "none",
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
Expand Down Expand Up @@ -28,4 +28,7 @@
"python.testing.pytestEnabled": true,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 30000,
}
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
}

0 comments on commit 12be50e

Please sign in to comment.