ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Sublime​Linter-addon-black-for-flake

by kaste ST3

Automatically configure flake8 for black

Details

  • 0.2.6
    0.2.5
  • github.​com
  • github.​com
  • 5 months ago
  • 2 hours ago
  • 7 years ago

Installs

  • Total 6K
  • Win 3K
  • Mac 1K
  • Linux 991
Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8
Windows 0 0 1 0 0 0 0 0 1 1 0 0 3 1 0 1 0 0 0 0 0 1 1 1 0 0 1 0 0 0 0 1 0 1 1 0 1 1 0 0 1 1 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 1 0 2 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0
Linux 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 2 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Hi 👋!

This is an addon for SublimeLinter.

You need to install SublimeLinter-flake8!. Highly recommended is to install sublack as well.

The plugin will configure the flake8 plugin and mute all warnings black can actually fix.

It does this only if a given view is configured with "sublack.black_on_save": true or "SublimeLinter-addon-black-for-flake.enable": true. (Which keys it evaluates can itself be configured via the settings, but you probably don't need to.)

Usually, at least as long as black is not the default in the python community, you set such a key in the 'settings' section of your project file. Like so:

{
    "folders": [
        {
            "path": "."
        },
    ],

    "settings": {
        "sublack.black_on_save": true
    }
}

sublack allows you to switch black on or off temporarily per view, e.g. via the context menu. These views will get selected or deselected automatically as well.

If you ever want this to be enabled by default, you could also set it up in your User Preferences.

Code style: black