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

Lower-case hook name to match other external tools

Other hooks that run a third party tools typically name themselves
after the tools *lower-cased* as if it where the actual executable
name.
parent de347954
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
- id: pylint
  name: PyLint
  name: pylint
  entry: pre-commit-pylint
  language: python
  require_serial: true