Skip to content

Commit

Permalink
Doc tweak for Forbidden contract allow_indirect_imports docs (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiro committed May 6, 2021
1 parent afab73c commit 3be88bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/contract_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ Configuration options:
A list of imports, each in the form ``mypackage.foo.importer -> mypackage.bar.imported``. These imports
will be ignored: if the import would cause a contract to be broken, adding it to the list will cause the
contract be kept instead. (Optional.)
- ``allow_indirect_imports``: If ``True``, allow indirect imports to forbidden modules. (Optional.)
- ``allow_indirect_imports``: If ``True``, allow indirect imports to forbidden modules without interpreting them
as a reason to mark the contract broken. (Optional.)

Independence
------------
Expand Down

0 comments on commit 3be88bd

Please sign in to comment.