Skip to content

Commit 41237b9

Browse files
committed
Disable insert-license pre-commit hook to prevent widespread disruptions
1 parent 484ac77 commit 41237b9

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
files: ^(.*\.(py|md|sh|yaml|yml|in|cfg|txt|rst|toml|precommit-toml|wordlist))$
33
exclude: ^(\.[^/]*(cache|assets|uv|venv)/.*)$
44
repos:
5-
- repo: https://github.com/Lucas-C/pre-commit-hooks
6-
rev: v1.5.5
7-
hooks:
8-
- id: insert-license
9-
name: Add license for all Python files
10-
files: \.py$|\.bzl$|BUILD$|BUILD\.bazel$
11-
args:
12-
- --comment-style
13-
- "|#|"
14-
- --license-filepath
15-
- LICENSE_HEADER
16-
- --use-current-year
17-
- --allow-past-years
18-
195
- repo: https://github.com/codespell-project/codespell
206
rev: v2.4.1
217
hooks:

0 commit comments

Comments
 (0)