Releases: RektPunk/colablinter
Releases · RektPunk/colablinter
Release v0.2.0
Release v0.1.7
What's Changed
- [Feature] set autofix on default and remove csql by @RektPunk in #22
- [Feature] add
%%csqlcell magic by @RektPunk in #21 - [Chore] broaden python version to 310 by @RektPunk in #20
- [Chore] remove requests in required dependencies by @RektPunk in #19
- [Feature] remove drive mount instance finding notebook path by @RektPunk in #18
- [Chore] change method name by @RektPunk in #17
- [Feature] unify magics and unify command name by @RektPunk in #16
- [Feature] suppress autofix when
%%cl_fixand%%cl_reportby @RektPunk in #15 - [Feature] refactor features into report and fix only by @RektPunk in #14
- [Hotfix] ignore auto command when cell started with
%or!by @RektPunk in #13 - [Hotfix] ignore duplicated format command by @RektPunk in #12
- [Feature] make formatter ignore one line
%or!command by @RektPunk in #11 - [Feature] introduce auto format by @RektPunk in #10
- [Feature] make
%%cl_formatnot just print code but replace origin code by @RektPunk in #9 - [Feature] ignore space in colab notebook filename by @RektPunk in #8
- [Feature] introduce
unicodedata.normalizeto find matched filename by @RektPunk in #7 - [Feature] introduce
urllib.parse.unquoteto file name by @RektPunk in #6 - [Feature] initialize process is executed only when
%cl_checkcommand is activated by @RektPunk in #5 - [Feature] remove cli command and set it as line command
%cl_checkby @RektPunk in #4 - [Feature] introduce cli command and remove
check_fullby @RektPunk in #3 - [Feature]
check_fullfunction for entire colab notebook by @RektPunk in #2 - [Feature] add core funcs
%%checkand%%formatby @RektPunk in #1
Full Changelog: f681c48...v0.1.7