Commit 163b31c5 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add a pre-commit hooks configuration

parent 01b12904
Loading
Loading
Loading
Loading
Loading

.pre-commit-hooks.yaml

0 → 100644
+7 −0
Original line number Diff line number Diff line
- id: pylint
  name: PyLint
  entry: pylint-reporter run
  language: python
  require_serial: true
  types: [python]
  verbose: true