diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-11 22:46:49 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-11 22:46:49 +0100 |
commit | b17f1f5f081f9f0ce56e1d5d19c77a08ef64a25c (patch) | |
tree | 5d9127458eb4a19efdc17c49fc5d7a498c37e16b /.pre-commit-config.yaml | |
parent | a6b9eef7ca6124f5d4626cf885f74e8e9eb2f0a2 (diff) |
feat: add yamllintrc
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66d6ea1..7360780 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,4 +32,4 @@ repos: rev: v1.17.0 hooks: - id: yamllint - args: [] + args: [-c=.yamllint] |