File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22files : ^(.*\.(py|md|sh|yaml|yml|in|cfg|txt|rst|toml|precommit-toml|wordlist))$
33exclude : ^(\.[^/]*(cache|assets|uv|venv)/.*)$
44repos :
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
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
1818
1919 - repo : https://github.com/codespell-project/codespell
2020 rev : v2.4.1
You can’t perform that action at this time.
0 commit comments