introduced poetry and update vscode related environments.
This commit is contained in:
17
.vscode/settings.json
vendored
17
.vscode/settings.json
vendored
@ -15,9 +15,12 @@
|
||||
"[jsonc]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
// Extensions - Black Formatter
|
||||
"black-formatter.args": ["--line-length=120"],
|
||||
// Extensions - Code Spell Checker
|
||||
"cSpell.ignoreWords": ["getframe", "pydantic", "UNLCK"],
|
||||
"cSpell.words": ["chacl", "mdrs", "mdrsclient", "neurodata", "Neuroinformatics", "RIKEN"],
|
||||
// - see: .cspell.json
|
||||
// Extensions - Flake8
|
||||
"flake8.args": ["--max-line-length=120"],
|
||||
// Extensions - isort
|
||||
"isort.args": ["--profile=black"],
|
||||
// Extensions - Prettier
|
||||
@ -28,16 +31,6 @@
|
||||
"prettier.trailingComma": "all",
|
||||
// Extensions - Pylance
|
||||
"python.analysis.typeCheckingMode": "strict",
|
||||
"python.analysis.exclude": ["api/migrations/[0-9]*.py"],
|
||||
// Extensions - Python:black
|
||||
"python.formatting.blackArgs": ["--line-length=120"],
|
||||
"python.formatting.provider": "black",
|
||||
// Extensions - Python:Flake8
|
||||
"python.linting.enabled": true,
|
||||
"python.linting.flake8Enabled": true,
|
||||
"python.linting.flake8Args": ["--max-line-length=120"],
|
||||
"python.linting.ignorePatterns": ["**/site-packages/**/*.py", ".vscode/*.py"],
|
||||
"python.linting.lintOnSave": true,
|
||||
// Extensions - Python Docstring Generator configuration
|
||||
"autoDocstring.docstringFormat": "google"
|
||||
}
|
||||
|
Reference in New Issue
Block a user