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
  • 3 months ago
  • 1 hour ago
  • 6 years ago

Installs

  • Total 6K
  • Win 3K
  • Mac 1K
  • Linux 985
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8
Windows 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 2 1 0 1 0 0 1 1 0 0 0 1 1 0 0 0 2 0 0 1 1 0 0 0
Mac 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 2 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 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