diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-26 18:24:43 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-26 18:24:43 +0300 |
| commit | 57081341b6615714736782b75d96fea1ba7142be (patch) | |
| tree | d9dda3d2eb7b570900a72e80626f703effcd5621 /.pre-commit-config.yaml | |
| parent | 189481692c57496e0542a400ea62a9356024e84c (diff) | |
Add jinja2 templates support
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 72538a9..559e626 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,3 +20,4 @@ repos: language: system entry: pipenv run test types: [python] + pass_filenames: false |
