diff --git a/docs/contributing.rst b/docs/contributing.rst index 9aa2f0e..20cab3a 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -109,3 +109,11 @@ then look at the resulting report in ``htmlcov/index.html``. All commits pushed to the ``master`` branch or submitted as a pull request are tested with `Travis-CI `_ automatically. + +Adding a dependency +------------------- + +One of the pre-commit hooks we use in our develoment environment enforces a +consistent ordering to imports. If you need to add a new library as a dependency +please add it to the `known_third_party` section of `.isort.cfg` to make sure +the import is sorted correctly.