summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2020-06-18 12:00:18 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2020-06-19 09:02:22 +0200
commite89d0251b31b67fff08363e5c1b6467ea6d76739 (patch)
treea99f407afff87beed6397456c4b4051a75b19911 /.pre-commit-config.yaml
parent075c22fbf33a43b19b85e49448951373ce515352 (diff)
Removed unused push hook
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2d08bf81e2..f274afbf20 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -110,7 +110,6 @@ repos:
files: ^.*\.qss$
stages:
- commit
- - push
- manual
- repo: local
hooks:
@@ -120,6 +119,6 @@ repos:
entry: ./tools/line_length.py
stages:
- commit
- - push
+ - manual
language: python
files: \.(c|cpp|h)$