Skip to content

Releases: cyyc1/flake8-indent-in-def

v0.1.2

05 Oct 06:44
Compare
Choose a tag to compare

Changed:

  • New logic to handle * in argument list, more robust
  • Fixed the issue of column being offset by 1 in the error report, like below
argument1,
 ^

v0.1.1

04 Oct 09:14
a2dc5e1
Compare
Choose a tag to compare

Changed:

  • Added checking for *arg, **kwargs, and * in function arguments

v0.1.0

02 Oct 19:18
Compare
Choose a tag to compare

Initial release