mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-02 12:08: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
|
- 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]
|
||||||
|
@ -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"
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user