Skip to content

Commit

Permalink
[DEV] remove deprecated linting settings (#226)
Browse files Browse the repository at this point in the history
not needed anymore
  • Loading branch information
treee111 authored Nov 7, 2023
1 parent 04f09ac commit 199a13e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
"python.testing.pytestEnabled": false,
// "python.testing.nosetestsEnabled": false,
"python.testing.unittestEnabled": true,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
// "python.linting.pylintUseMinimalCheckers": false,
// "python.linting.pylintArgs": [
// "--disable=line-too-long"
// ],
"editor.formatOnSave": true,
"python.analysis.indexing": true
}

0 comments on commit 199a13e

Please sign in to comment.