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

Limit all commit pre-commit hooks to commit stage

parent 6580fd03
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,8 +22,10 @@ repos:
  - id: debug-statements
    stages: [commit]
  - id: end-of-file-fixer
    stages: [commit]
  - id: trailing-whitespace
    exclude_types: [markdown]
    stages: [commit]

- repo: https://github.com/jorisroovers/gitlint
  rev: v0.13.1