We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f1362 commit a27773dCopy full SHA for a27773d
.pre-commit-config.yaml
@@ -65,3 +65,13 @@ repos:
65
hooks:
66
- id: check-github-workflows
67
args: ["--verbose"]
68
+ - repo: https://github.com/Lucas-C/pre-commit-hooks
69
+ rev: v1.5.5
70
+ hooks:
71
+ - id: insert-license
72
+ files: \.py$
73
+ args:
74
+ - --license-filepath
75
+ - LICENSE_HEADER.txt
76
+ - --comment-style
77
+ - "#"
LICENSE_HEADER.txt
@@ -0,0 +1,2 @@
1
+Copyright Contributors to the Packit project.
2
+SPDX-License-Identifier: MIT
tests/integration/gitlab/test_comments.py
@@ -1,3 +1,6 @@
+# Copyright Contributors to the Packit project.
+# SPDX-License-Identifier: MIT
3
+
4
from datetime import datetime
5
6
from requre.online_replacing import record_requests_for_all_methods
0 commit comments