Skip to content

Commit e6cd443

Browse files
Merge pull request #3491 from AI-Hypercomputer:igorts/pre-commit-license
PiperOrigin-RevId: 888787683
2 parents 263bd9d + 41237b9 commit e6cd443

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)