remove license adding from pre-commit

This commit is contained in:
Chris Cromer 2022-10-10 22:36:15 -03:00
parent dd58fac7a7
commit 498d575d29
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 24 additions and 31 deletions

View File

@ -25,13 +25,6 @@ repos:
hooks:
- id: forbid-crlf
- id: forbid-tabs
- id: insert-license
files: \.(cpp|c|h)$
args:
- --license-filepath
- LICENSE
- --comment-style
- /*| *| */
#- repo: https://github.com/pocc/pre-commit-hooks
# rev: v1.3.5
# hooks: