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

Make copyright-notice actually check something

Change 'types' (AND) to 'types_or' (OR) so that the target files are
not an impossible supertype of *all* scripts and template types!
parent 80d1c73c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,9 +5,10 @@
  name: Check copyright notices
  language: python
  entry: check-copyright-notice
  minimum_pre_commit_version: 2.9.0
  require_serial: true
  stages: [commit]
  types:
  types_or:
  # Source code & template types
  - asm
  - c