inventory/.vscode/settings.json

15 lines
333 B
JSON

{
"restructuredtext.confPath": "",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/__pycache__": true,
".mypy_cache": true
},
"flake8.args": [
"--max-line-length=120"
]
}