Skip to content

Commit

Permalink
Don't use the copyright check in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Feb 14, 2022
1 parent 2bd05ff commit 0ca2706
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ repos:
- cmake-format==0.6.11
- id: copyright-check
name: copyright-check
# This hook's use of Git tools appears to conflict with
# existing CI invocations so we don't invoke it during CI runs.
stages: [commit]
entry: python ./ci/checks/copyright.py --git-modified-only
language: python

Expand Down

0 comments on commit 0ca2706

Please sign in to comment.