Skip to content

Commit

Permalink
update vscode settings to match v>1.84
Browse files Browse the repository at this point in the history
  • Loading branch information
janfb committed Jan 17, 2024
1 parent 06f0b86 commit 06547ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.sortImports": true
"source.sortImports": "explicit"
}, // OK as long as isort 3rd parties managed in setup.cfg?, see below
"editor.wordWrapColumn": 88,
"editor.renderWhitespace": "boundary",
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
description-file = README.md

[tool:pytest]
pep8maxlinelength = 88
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
gpu: marks tests that require a gpu (deselect with '-m "not gpu"')
Expand Down

0 comments on commit 06547ba

Please sign in to comment.