Releases: SublimeLinter/SublimeLinter-flake8
Releases · SublimeLinter/SublimeLinter-flake8
4.2.6
4.2.5
4.2.4
4.2.3: Merge pull request #111 from SublimeLinter/braver-patch-1
use self.settings instead of get_view_settings()
4.2.2
Hide fixable et.al.
- Generally, hide errors which are fixable by Sublime itself
- Improve F401 markers
- Better compat with python 3.7
Reposition E999 errors
Merge pull request #94 from SublimeLinter/iterate Extract useful parts from #93
4.0.2: Merge pull request #89 from SublimeLinter/selectors
start using the selector
Reposition white-space errors
Beginning with SL4, we can move the errors (which we highlight) around and (a bit WIP here) make them multiline. So, here we go. 🤞