Skip to content

Commit

Permalink
build: Set vscode settings flake8 args (#39)
Browse files Browse the repository at this point in the history
Adds vscode settings entry for the flake8 extension which errors and warnings to ignore

Co-authored-by: Bobbyperson <[email protected]>
  • Loading branch information
GeckoEidechse and Bobbyperson authored Aug 20, 2024
1 parent d47b26d commit a539f7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"flake8.args": [
"--ignore=E501,E402,W503"
],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
Expand Down

0 comments on commit a539f7e

Please sign in to comment.