.pre-commit-config.yaml: pass -disable-max-line-length to editorconfig-checker

Resolves: #158
This commit is contained in:
Aminda Suomalainen 2023-04-04 09:47:06 +03:00
parent a03688a77b
commit a00dd239cf
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 0 deletions

View File

@ -19,3 +19,5 @@ repos:
hooks:
- id: editorconfig-checker
alias: ec
# I don't actually care about line lengths as more than a guideline
args: [-disable-max-line-length]