Releases: cyyc1/flake8-indent-in-def
Releases · cyyc1/flake8-indent-in-def
v0.1.2
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
v0.1.1
Changed:
- Added checking for
*arg
, **kwargs
, and *
in function arguments