diff options
author | Linnea Gräf <nea@nea.moe> | 2024-11-13 16:24:45 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-11-15 18:40:19 +0100 |
commit | 2c8152335e600187d18edbd7f53760efda0399b1 (patch) | |
tree | 173ce1f67372844b60774d76f97cb7e49140e1d2 /.pre-commit-config.yaml | |
parent | 59566bcab8a5861e0cb78e8c207884006828bd63 (diff) | |
download | Firmament-2c8152335e600187d18edbd7f53760efda0399b1.tar.gz Firmament-2c8152335e600187d18edbd7f53760efda0399b1.tar.bz2 Firmament-2c8152335e600187d18edbd7f53760efda0399b1.zip |
meta: Bump reuse in pre commit hook
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 775137d..344d93e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/fsfe/reuse-tool - rev: v3.1.0a1 + rev: v4.0.3 hooks: - id: reuse - repo: local |