Skip to content

Releases: Intsights/flake8-intsights

v0.4.0

04 Aug 09:17
4d11a23
Compare
Choose a tag to compare

v0.3.1

28 Sep 14:41
480098a
Compare
Choose a tag to compare
  • fix a breaking change in astro (one of the dependencies) by locking to an older version

v0.3.0

24 Nov 14:16
Compare
Choose a tag to compare
  • Added Python 3.11 support
  • Fixed compatibility with latest flake8 versions

v0.2.0

08 Feb 14:26
Compare
Choose a tag to compare
  • Performance improvements
  • Added Python3.10 support
  • Removed Python3.6 support

v0.1.6

23 Jun 10:53
Compare
Choose a tag to compare
  • Fix 'Module' object has no attribute 'col_offset'

v0.1.5

20 Dec 16:19
Compare
Choose a tag to compare
  • fix an empty tuple parsing bug

v0.1.4

19 Nov 15:20
Compare
Choose a tag to compare
  • class methods and attributes can now be called with builtins names

v0.1.3

11 Nov 16:25
Compare
Choose a tag to compare
  • fixed list parameters last line parsing

v0.1.2

11 Nov 13:19
Compare
Choose a tag to compare
  • fixed __new__ bug which caused to misinterpret the required cls parameter

v0.1.1

29 Oct 15:14
Compare
Choose a tag to compare
  • Python 3.9 support