Releases: Intsights/flake8-intsights
Releases · Intsights/flake8-intsights
v0.3.1
- fix a breaking change in astro (one of the dependencies) by locking to an older version
v0.3.0
- Added Python 3.11 support
- Fixed compatibility with latest flake8 versions
v0.2.0
- Performance improvements
- Added Python3.10 support
- Removed Python3.6 support
v0.1.6
- Fix
'Module' object has no attribute 'col_offset'
v0.1.5
- fix an empty tuple parsing bug
v0.1.4
- class methods and attributes can now be called with builtins names
v0.1.3
- fixed list parameters last line parsing
v0.1.2
- fixed
__new__
bug which caused to misinterpret the required cls parameter