summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-05-07 13:51:20 -0700
committerAnthony Sottile <asottile@umich.edu>2020-05-07 13:51:20 -0700
commit9926fcf452db4a1e5af050de25c5f82ab3479061 (patch)
tree3e2549af39e751a0cd43b0d9a3af1e04f2c296df /CONTRIBUTING.rst
parentde556f895febd89d14db0a0828e5c8555c75f44e (diff)
downloadpytest-9926fcf452db4a1e5af050de25c5f82ab3479061.tar.gz
remove incorrect note about requiring admin install
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index d5137d978..ea424f1e6 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -212,9 +212,7 @@ Here is a simple overview, with pytest-specific bits:
If you need some help with Git, follow this quick start
guide: https://git.wiki.kernel.org/index.php/QuickStart
-#. Install `pre-commit <https://pre-commit.com>`_ and its hook on the pytest repo:
-
- **Note: pre-commit must be installed as admin, as it will not function otherwise**::
+#. Install `pre-commit <https://pre-commit.com>`_ and its hook on the pytest repo::
$ pip install --user pre-commit
$ pre-commit install