diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50e7a5e..60a0e41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,3 +26,7 @@ repos: hooks: - id: ty files: ^swvo/ + - repo: https://github.com/sahiljhawar/reuseify + rev: 1.0.1 + hooks: + - id: reuseify-lint diff --git a/reuseify.toml b/reuseify.toml new file mode 100644 index 0000000..e46a521 --- /dev/null +++ b/reuseify.toml @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: 2026 GFZ Helmholtz Centre for Geosciences +# SPDX-FileContributor: Sahil Jhawar +# +# SPDX-License-Identifier: Apache-2.0 + +[default] +copyright = "GFZ Helmholtz Centre for Geosciences" +license = 'Apache-2.0'