diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7ed7bbb..612c73e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: - id: shfmt name: shfmt language: golang - additional_dependencies: [mvdan.cc/sh/v3/cmd/shfmt] + additional_dependencies: [mvdan.cc/sh/v3/cmd/shfmt@latest] entry: shfmt args: [-w] types: [shell] diff --git a/development/vscode-example/settings.json b/development/vscode-example/settings.json index 7df2d897..d0877e6f 100644 --- a/development/vscode-example/settings.json +++ b/development/vscode-example/settings.json @@ -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"] }