summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-04 21:09:35 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-04 21:09:35 +0100
commit5487d81fc1d878450ee7b7107c802c21f9853e81 (patch)
treead04964df180c54584278625bccc395a447362d8 /.pre-commit-config.yaml
parentd2e8a3690faff7166e683a4d8a4d3b1c8e3a7a2f (diff)
parentde47eb225911f2f60b8cbcf828fd182eb75996e7 (diff)
Merge branch 'master' of github.com:mixxxdj/mixxx into pre-commit-python
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 840b7a6d3a..44ad074ab1 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -17,10 +17,10 @@
# - clang-format
# - qsscheck
#
-# If you have python and python-pip installed, just run:
+# If you have Python >= 3.7 and python-pip installed, just run:
#
# $ pip install --user pre-commit
-# $ git clone https://github.com/mixxxdj/mixxx.git
+# $ git clone https://github.com/your-fork-of/mixxx.git
# $ cd mixxx
# $ pre-commit install
# $ pre-commit install -t pre-push