Skip to content

Commit

Permalink
Update vscode config (#3894)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
  • Loading branch information
ziegenberg committed Nov 27, 2023
1 parent 99344ca commit f2d1cdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Expand Up @@ -4,7 +4,10 @@
"charliermarsh.ruff",
"esbenp.prettier-vscode",
"hbenl.vscode-test-explorer",
"ms-python.black-formatter",
"ms-python.isort",
"ms-python.mypy-type-checker",
"ms-python.pylint",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-vscode.live-server",
Expand Down
15 changes: 4 additions & 11 deletions .vscode/settings.json
Expand Up @@ -12,27 +12,20 @@
"build": true
},
"git.ignoreLimitWarning": true,
"grammarly.domain": "technical",
"grammarly.config.documentDomain": "academic",
"grammarly.files.include": [
"**/*.txt",
"**/*.md"
],
"grammarly.hideUnavailablePremiumAlerts": true,
"grammarly.showExamples": true,
"python.analysis.exclude": [
"build"
],
"python.formatting.provider": "black",
"python.linting.flake8Args": [
"--ignore=E501,W503"
],
"python.linting.flake8Enabled": false,
"python.linting.mypyCategorySeverity.error": "Warning",
"python.linting.mypyEnabled": true,
"python.linting.pylintEnabled": true,
"python.terminal.activateEnvironment": true,
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"mypy-type-checker.severity": {
"error": "Warning",
},
"sortLines.filterBlankLines": true,
"yaml.completion": true,
"yaml.customTags": [
Expand Down

0 comments on commit f2d1cdd

Please sign in to comment.