Skip to content

Commit

Permalink
Update docs/source/contrib.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr authored Jan 3, 2024
1 parent 99f304f commit 0bfa77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contrib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ We use `tox <https://tox.wiki/en/stable/>`_ for running our checks, but you can
- ``pip install '.[mypy]' && mypy pydoctor``
* - Run pydoctor on it's own source
- ``tox -e apidocs``
- ``pip install . && pydoctor --privacy="HIDDEN:pydoctor.test" -q -W pydoctor``
- ``pip install . && pydoctor --privacy "HIDDEN:pydoctor.test" -q -W pydoctor``

These should be the minimum check to run on your local system.
A pull request will trigger more tests and most probably there is a tox
Expand Down

0 comments on commit 0bfa77e

Please sign in to comment.