8000 META: vscode config · opennem/opennempy@a07e803 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
META: vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
nc9 committed Nov 8, 2022
1 parent a70f979 commit a07e803
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 57 deletions.
15 changes: 0 additions & 15 deletions .vscode/launch.json

This file was deleted.

33 changes: 15 additions & 18 deletions .vscode/settings.json
62B5
Original file line number Diff line number Diff line change
8000 Expand Up @@ -2,34 +2,31 @@
"files.exclude": {
"**/__pycache__/": true,
".venv": true,
"build": true,
"dist": true
"**/build": true,
"dist": true,
"docs": true,
".idea": true,
".jupyter": true,
".benchmarks": true,
"_build": true,
".ipynb_checkpoints": true,
".mypy_cache": true,
".pytest_cache": true,
".scrapy": true,
".tox": true
},
"autoDocstring.docstringFormat": "sphinx",
"python.pythonPath": ".venv/bin/python",
"editor.formatOnSave": true,
"python.testing.pytestEnabled": true,
"python.testing.pytestPath": ".venv/bin/pytest",
"python.formatting.provider": "black",
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
}
},
"python.linting.enabled": true,
"python.linting.pylintUseMinimalCheckers": false,
"python.linting.pylintEnabled": true,
"python.linting.pylintPath": ".venv/bin/pylint",
"python.linting.pycodestyleEnabled": true,
"python.linting.pydocstyleEnabled": true,
"python.linting.pydocstylePath": ".venv/bin/pydocstyle",
"python.linting.mypyEnabled": true,
"python.linting.mypyPath": ".venv/bin/mypy",
"python.linting.flake8Enabled": true,
"python.linting.flake8Path": ".venv/bin/flake8",
"python.linting.pycodestylePath": ".venv/bin/pycodestyle",
"python.analysis.disabled": [
"no-self-argument"
],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false
"python.analysis.typeshedPaths": ["${workspaceFolder}/opennem/subs"],
}
24 changes: 0 additions & 24 deletions .vscode/tasks.json

This file was deleted.

0 comments on commit a07e803

Please sign in to comment.
0