diff options
author | nea <nea@nea.moe> | 2023-08-25 15:09:35 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-08-25 15:09:35 +0200 |
commit | 91df2a9a6e7ae7e8f0e1bceebbf2790d1f2aafef (patch) | |
tree | 3ab46e7b20b5cf5e185964bba961f8c4612c40d0 /.pre-commit-config.yaml | |
parent | ddc00804f1d2f909eae4461fb8d2e7571be107fc (diff) | |
download | Firmament-91df2a9a6e7ae7e8f0e1bceebbf2790d1f2aafef.tar.gz Firmament-91df2a9a6e7ae7e8f0e1bceebbf2790d1f2aafef.tar.bz2 Firmament-91df2a9a6e7ae7e8f0e1bceebbf2790d1f2aafef.zip |
Add pre-commit hook
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..091e35e --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,9 @@ +# SPDX-FileCopyrightText: 2023 Linnea Gräf <nea@nea.moe> +# +# SPDX-License-Identifier: CC0-1.0 + +repos: + - repo: https://github.com/fsfe/reuse-tool + rev: v1.0.0 + hooks: + - id: reuse |