Skip to content

Commit

Permalink
add max line length to pylint args
Browse files Browse the repository at this point in the history
  • Loading branch information
vicwomg committed Sep 1, 2024
1 parent d034f37 commit 44722b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"pylint.args": ["--rcfile=${workspaceFolder}/code_quality/.pylintrc"],
"pylint.args": [
"--rcfile=${workspaceFolder}/code_quality/.pylintrc",
"--max-line-length=100"
],
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
Expand Down

0 comments on commit 44722b4

Please sign in to comment.