diff --git a/vscode/settings/User.json b/vscode/settings/User.json index 1b8838c2..98bfb637 100644 --- a/vscode/settings/User.json +++ b/vscode/settings/User.json @@ -4,4 +4,7 @@ "terminal.integrated.inheritEnv": false, "python.testing.pytestEnabled": true, "fauxpilot.enabled": false + "python.linting.flake8Args": [ + "--max-line-length=100", +] }