mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 06:15:26 +00:00
Fix pre-commit config (#657)
* Fix pre-commit config * Lint settings.json
This commit is contained in:
parent
05853825d8
commit
8e34d092f8
@ -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]
|
||||
|
@ -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"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user