Skip to content

Commit

Permalink
chore: Add pre commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisingenhaag committed Feb 16, 2024
1 parent 674574c commit f47a7d9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2024 Deutsche Telekom IT GmbH
#
# SPDX-License-Identifier: Apache-2.0

repos:
- repo: https://github.com/fsfe/reuse-tool
rev: v1.0.0
hooks:
- id: reuse
stages:
- pre-commit
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.1.0
hooks:
- id: conventional-pre-commit
stages:
- commit-msg
args: []

0 comments on commit f47a7d9

Please sign in to comment.