Skip to content

Commit

Permalink
Migrate to REUSE pre-commit checker
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomd committed Nov 21, 2024
1 parent 1ae6887 commit 5c8d7dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 78 deletions.
9 changes: 3 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ repos:
- id: check-yaml
- id: check-added-large-files

- repo: local
- repo: https://github.com/fsfe/reuse-tool
rev: v5.0.2
hooks:
- id: license
name: license
language: system
entry: ci/check_license.py
files: ((CMakeLists\.txt)|(\.(cpp|hpp|ipp|cu|cuh|cmake)))$
- id: reuse

- repo: https://github.com/BlankSpruce/gersemi
rev: "0.17.0"
Expand Down
72 changes: 0 additions & 72 deletions ci/check_license.py

This file was deleted.

0 comments on commit 5c8d7dc

Please sign in to comment.