ci: fix lint

This commit is contained in:
Revant Nandgaonkar 2024-01-26 11:11:43 +05:30
parent 3cdf6142d4
commit b69a7bf529
2 changed files with 8 additions and 5 deletions

3
.gitignore vendored
View file

@ -25,3 +25,6 @@ development/*
*.pyc
__pycache__
venv
# NodeJS
node_modules

View file

@ -5,11 +5,11 @@
"settings": {
"terminal.integrated.profiles.linux": {
"frappe bash": {
"path": "/bin/bash"
}
"path": "/bin/bash",
},
},
"terminal.integrated.defaultProfile.linux": "frappe bash",
"debug.node.autoAttach": "disabled"
"debug.node.autoAttach": "disabled",
},
"dockerComposeFile": "./docker-compose.yml",
"service": "frappe",
@ -20,6 +20,6 @@
"ms-vscode.live-server",
"grapecity.gc-excelviewer",
"mtxr.sqltools",
"visualstudioexptteam.vscodeintellicode"
]
"visualstudioexptteam.vscodeintellicode",
],
}