Releases: Parquery/pyicontract-lint
Releases · Parquery/pyicontract-lint
pyicontract-lint 2.1.4
pyicontract-lint 2.1.3
pyicontract-lint 2.1.2
- Fixed to accept snapshots with multiple args (#35)
pyicontract-lint 2.1.1
-
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
- 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
- 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
- Updated to icontract 2.0.0
pyicontract-lint 1.2.1
- Updated to icontract 1.7.1 due to tight coupling with refactored icontract internals
pyicontract-lint 1.2.0
- Added support for
icontract.snapshot
's
pyicontract-lint 1.1.1
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).