Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 4 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,12 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace

- repo: local
- repo: https://github.com/triton-inference-server/developer_tools
rev: v0.1.0
hooks:
- id: add-license
name: Add License
entry: python tools/add_copyright.py
language: python
stages: [pre-commit]
verbose: true
require_serial: true
- repo: local
hooks:
# Incremental SPDX-header adoption: migrate each source file to the two-line
# SPDX header the first time it is touched. pre-commit runs hooks only on the
# files staged in a commit, so scoping by file type (below) -- not by directory
Expand Down
378 changes: 0 additions & 378 deletions tools/add_copyright.py

This file was deleted.

Loading