diff options
| author | Stefan Boberg <[email protected]> | 2024-08-14 15:29:25 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-08-14 15:29:25 +0200 |
| commit | 7926dcbadeb9bf88f97bebe4aaaa803ad156fde2 (patch) | |
| tree | 16f9a11c72aee943752fed57ce48ac8199555a15 | |
| parent | amended .gitignore so xcode projects are excluded (diff) | |
| download | zen-7926dcbadeb9bf88f97bebe4aaaa803ad156fde2.tar.xz zen-7926dcbadeb9bf88f97bebe4aaaa803ad156fde2.zip | |
updated Lucas-C/pre-commit-hooks to v1.3.1 to fix compilation on MacOS (#114)
| -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 98535dd94..b624a6733 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-yaml - id: check-case-conflict - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.13 + rev: v1.3.1 hooks: - id: insert-license exclude: sha1\.(cpp|h)$ |