Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Pylinter.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
// When versbose is 'true', various messages will be written to the console.
// When verbose is 'true', various messages will be written to the console.
// values: true or false
"verbose": false,
// The full path to the Python executable you want to
// run Pylint with or simply use 'python'.
"python_bin": "python",
// The following paths will be added Pylint's Python path
"python_path": [

],
"python_path": [],
// Optionally set the working directory
"working_dir": null,
// Full path to the lint.py module in the pylint package
Expand Down