aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b601b03..3788326 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -124,3 +124,11 @@ repos:
hooks:
- id: commitizen-branch
args: [--rev-range, HEAD~1..HEAD]
+
+- repo: local
+ hooks:
+ - id: check-copyright-header
+ name: Check Copyright header years
+ entry: python pre_commit_hooks/check_copyright_header.py
+ language: python
+ verbose: true