2
0
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:
Lev 2022-02-08 12:27:54 +03:00 committed by GitHub
parent 05853825d8
commit 8e34d092f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -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]

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"]
}