Skip to content

Commit

Permalink
added reference to pyicontract lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mristin committed Sep 20, 2018
1 parent 3b65aa8 commit 1bdba35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,12 @@ invariants.
Mind that we still expect each class decorator that decorates the class functions to use ``functools.update_wrapper()``
in order to be able to iterate through decorator stacks of the individual functions.

Lint
----
We provide a linter that statically verifies the arguments of the contracts (*i.e.* that they are
well-defined with respect to the function). The tool is available as a separate package,
`pyicontract-lint <https://pypi.org/project/pyicontract-lint>`_.

Installation
============

Expand Down

0 comments on commit 1bdba35

Please sign in to comment.