Skip to content

Commit

Permalink
mod linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamtaranto committed Oct 28, 2024
1 parent 8049e9a commit b00ee59
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.linting.flake8Args": [
"--ignore=E203",
"--max-line-length=120"
]
}

0 comments on commit b00ee59

Please sign in to comment.