{ "folders": [ { "path": "./", } ], "settings": { "SublimeLinter.linters.pylint.args": [ "--disable=unsupported-binary-operation" ] }, "debugger_configurations": [ { "name": "Run file", "type": "python", "request": "launch", "program": "${file}", }, ], // project-specific view settings }