summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-04-06 18:29:05 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-04-06 18:29:05 +0200
commit60899c32960e04037f363bc771c4f3bfbd6adc66 (patch)
treea6216283fb248bd2d6efa02b8f5b0c84e05dac75 /.pre-commit-config.yaml
parent5bfcbd624104b861a4d2a3013126672d620fd3f1 (diff)
pre-commit: Rename line_length to line-length for consistency
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 ea0f13baca..05fd1f1958 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -113,8 +113,8 @@ 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
stages: