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

Use latest versions of local hooks for own checks

parent 8b3677e2
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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
+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