This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
Releases: zrzka/blackmamba
Releases · zrzka/blackmamba
0.0.13
- flake8 checks on Travis CI (thanks to cclauss)
- Fixed all style issues from flake8 report, down to zero now
- Analyzer removes trailing white spaces & trailing blank lines
before analysis is started (can be turned off viabm.settings...
) - Fixed toggle comments script (#5)
- Fixed file matching in Open Quickly... (#10)
- Fixed Esc key code (27 = X, not Esc, Esc = 41) (#11)
0.0.12
- Analyze renamed to Analyze & Check Style
- Analyzer now runs both pyflakes & pep8 code style checks
- Analyzer behavior can be modified via
bm.settings.ANALYZER_*
- Analyzer always scrolls to the first issue
- Analyzer shows HUD only if there're no issues
Cmd Shift K
introduced to clear annotations
0.0.11
Missing __init__.py
v0.0.7 0.0.7
Typos
Include pyui files
v0.0.5 Include *.pyui files
PyPI Test 2
v0.0.4 Missing comma
PyPI Test
Pip test
Initial release
v0.0.1 Removed