Skip to content

Releases: Parquery/pyicontract-lint

pyicontract-lint 2.1.4

28 Aug 05:50
aefd2f7
Compare
Choose a tag to compare
  • Simplified inference on None returns (#45)

pyicontract-lint 2.1.3

02 Jul 11:14
e1406fc
Compare
Choose a tag to compare
  • Added support for astroid ≥ 2.6.0 (#38)

  • Dropped support for Python 3.5 (#40)

  • Upgraded mypy to 0.910 and pylint to 2.9.2 (#42)

    This patch also includes introduction of Final and TypedDict for more precise type annotations.

pyicontract-lint 2.1.2

12 Mar 08:11
9903f42
Compare
Choose a tag to compare
  • Fixed to accept snapshots with multiple args (#35)

pyicontract-lint 2.1.1

26 Oct 16:12
09c44af
Compare
Choose a tag to compare
  • Started ignoring Astroid inference errors in decorators.

    This is critical so that files can be processed even though Astroid
    fails to correctly infer all the decorators.

pyicontract-lint 2.1.0

31 Aug 09:54
76ece69
Compare
Choose a tag to compare
  • Made handling of paths platform-dependent
  • Introduced graceful handling of read and parse failures
  • Added output on no errors if verbose

pyicontract-lint 2.0.1

22 Aug 08:18
a54335f
Compare
Choose a tag to compare
  • Replaced scripts with entry points (in order to support Windows)
  • Upgraded pylint and mypy to latest versions
    (more issues detected, fixed broken dependencies)
  • Added support for Python 3.7 and 3.8

pyicontract-lint 2.0.0

24 Oct 05:30
465eb7c
Compare
Choose a tag to compare
  • Updated to icontract 2.0.0

pyicontract-lint 1.2.1

21 Oct 05:43
89a9060
Compare
Choose a tag to compare
  • Updated to icontract 1.7.1 due to tight coupling with refactored icontract internals

pyicontract-lint 1.2.0

20 Oct 07:07
f1f5d66
Compare
Choose a tag to compare
  • Added support for icontract.snapshot's

pyicontract-lint 1.1.1

21 Sep 07:58
c4110dc
Compare
Choose a tag to compare
  • ImportError is ignored if module of the file could not be figured out (e.g. when the __init__.py is
    missing in the directory which is often the case for the scripts).