We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 263bd9d + 41237b9 commit e6cd443Copy full SHA for e6cd443
1 file changed
.pre-commit-config.yaml
@@ -2,20 +2,6 @@
2
files: ^(.*\.(py|md|sh|yaml|yml|in|cfg|txt|rst|toml|precommit-toml|wordlist))$
3
exclude: ^(\.[^/]*(cache|assets|uv|venv)/.*)$
4
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
-
19
- repo: https://github.com/codespell-project/codespell
20
rev: v2.4.1
21
hooks:
0 commit comments