remove license adding from pre-commit #58

Merged
cromer merged 1 commits from feature/copyright into develop 2022-10-10 22:37:12 -03:00
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: