Skip to content

Commit

Permalink
Ignore all linting in VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Nov 28, 2023
1 parent c22e465 commit 6fcd82b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ingredients/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"**/*.md": true
},
"python.linting.enabled": false,
"python.linting.pylintEnabled": false
"python.linting.pylintEnabled": false,
"python.analysis.ignore": [
"*"
]
}
}
}
Expand Down

0 comments on commit 6fcd82b

Please sign in to comment.