Skip to content

Releases: RektPunk/colablinter

Release v0.2.0

26 Feb 08:57
e19c659

Choose a tag to compare

What's Changed

  • [Feature] add execution time to autoformat by @RektPunk in #23
  • [Feature] set autofix on default and remove csql by @RektPunk in #22

Full Changelog: v0.1.7...v0.2.0

Release v0.1.7

17 Dec 14:00
0a3a3db

Choose a tag to compare

What's Changed

  • [Feature] set autofix on default and remove csql by @RektPunk in #22
  • [Feature] add %%csql cell 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_fix and %%cl_report by @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_format not 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.normalize to find matched filename by @RektPunk in #7
  • [Feature] introduce urllib.parse.unquote to file name by @RektPunk in #6
  • [Feature] initialize process is executed only when %cl_check command is activated by @RektPunk in #5
  • [Feature] remove cli command and set it as line command %cl_check by @RektPunk in #4
  • [Feature] introduce cli command and remove check_full by @RektPunk in #3
  • [Feature] check_full function for entire colab notebook by @RektPunk in #2
  • [Feature] add core funcs %%check and %%format by @RektPunk in #1

Full Changelog: f681c48...v0.1.7