Fix pre-commit config (#657)

* Fix pre-commit config

* Lint settings.json
This commit is contained in:
Lev
2022-02-08 12:27:54 +03:00
committed by GitHub
parent 05853825d8
commit 8e34d092f8
2 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,5 @@
{
"debug.node.autoAttach": "disabled",
"python.pythonPath": "/workspace/frappe-bench/env/bin/python",
"python.analysis.extraPaths": [
"./frappe-bench/apps/frappe"
],
"python.analysis.extraPaths": ["./frappe-bench/apps/frappe"]
}