package_control_channel icon indicating copy to clipboard operation
package_control_channel copied to clipboard

Added linter for reorder-python-imports

Open bladecoates opened this issue 3 years ago • 1 comments

bladecoates avatar Sep 21 '21 00:09 bladecoates

Joker-move. The "linter" is actually a side-effect, overwriting the file, isn't it.

Although this might work, it is not reliable as we run linters in parallel here. The different linters would see different file contents, and if we had multiple such auto-fixers they would race.

kaste avatar Oct 08 '21 19:10 kaste