Commit a19a80a5 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Skip copyright commit check for small files

parent c8998aee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ repos:
  - id: check-executable-modes
  - id: check-for-squash
  - id: copyright-notice
    args: [--min-size=100]
    stages: [commit, manual]
  - id: protect-first-parent