blob: 8ef2f3c111881192a9adfec72074d14bb5b814db (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | // SublimeLinter Settings - User
{
  // "debug": true,
  "linters": {
    "ruff": {
      "args": "--preview --config ~/.dotfiles/code/ruff.toml"
    }
  },
  "paths": {
    "osx": [
      "/opt/homebrew/bin/"
    ]
  }
}
 |