Skip to content

Commit

Permalink
increase flake max line length default value (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFaria authored Dec 7, 2023
1 parent ddd5ce1 commit a480cbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vscode/settings/User.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
"terminal.integrated.inheritEnv": false,
"python.testing.pytestEnabled": true,
"fauxpilot.enabled": false
"python.linting.flake8Args": [
"--max-line-length=100",
]
}

0 comments on commit a480cbb

Please sign in to comment.