summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2020-03-29 13:35:15 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2020-03-29 13:35:15 +0200
commitfc65ff7dc2bb22fe27807eedbca86e8d36a79374 (patch)
tree4eeb9f08bafa3cf0829b65e8d8285a454aa3dd0e /.pre-commit-config.yaml
parente72f7b7f585d523ef53d7c1cb6aaeedfb785ad43 (diff)
use underscore instead of dash
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8bf25a2368..ea0f13baca 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -113,10 +113,10 @@ repos:
- manual
- repo: local
hooks:
- - id: line-length
- name: line-length
+ - id: line_length
+ name: line_length
description: Check for lines longer 100 and brakes them before 80.
- entry: ./scripts/line-length.py
+ entry: ./scripts/line_length.py
stages:
- commit
- push