Loading .pre-commit-config.yaml +7 −2 Original line number Diff line number Diff line Loading @@ -16,10 +16,15 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: . rev: v0.1 - repo: local hooks: - id: copyright-notice name: Check copyright notices language: system entry: hooks/copyright.py require_serial: true types: [python] stages: [commit] - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.5.1 Loading .pre-commit-hooks.yaml +3 −0 Original line number Diff line number Diff line # Changes to this config may need to be replicated to the "local" hook repo # section of .pre-commit-config.yaml - id: copyright-notice name: Check copyright notices language: python Loading Loading
.pre-commit-config.yaml +7 −2 Original line number Diff line number Diff line Loading @@ -16,10 +16,15 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: . rev: v0.1 - repo: local hooks: - id: copyright-notice name: Check copyright notices language: system entry: hooks/copyright.py require_serial: true types: [python] stages: [commit] - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.5.1 Loading
.pre-commit-hooks.yaml +3 −0 Original line number Diff line number Diff line # Changes to this config may need to be replicated to the "local" hook repo # section of .pre-commit-config.yaml - id: copyright-notice name: Check copyright notices language: python Loading