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

@@ -36,7 +36,7 @@ repos:
- id: shfmt - id: shfmt
name: shfmt name: shfmt
language: golang language: golang
additional_dependencies: [mvdan.cc/sh/v3/cmd/shfmt] additional_dependencies: [mvdan.cc/sh/v3/cmd/shfmt@latest]
entry: shfmt entry: shfmt
args: [-w] args: [-w]
types: [shell] types: [shell]

View File

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