Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@
files: ^(.*\.(py|md|sh|yaml|yml|in|cfg|txt|rst|toml|precommit-toml|wordlist))$
exclude: ^(\.[^/]*(cache|assets|uv|venv)/.*)$
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.5
hooks:
- id: insert-license
name: Add license for all Python files
files: \.py$|\.bzl$|BUILD$|BUILD\.bazel$
args:
- --comment-style
- "|#|"
- --license-filepath
- LICENSE_HEADER
- --use-current-year
- --allow-past-years

- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
hooks:
Expand Down
Loading