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

Switch to using vanilla pylint for self checks

Unfortunately pre-commit uses a dummy package for "local" hook repos
and using "." has its own problems. There is only one additional
dependency to list.
parent a0f61070
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -75,8 +75,11 @@ repos:
    - flake8-sfs
    - flake8-tabs

- repo: .
  rev: v0.3
- repo: https://github.com/PyCQA/pylint
  rev: pylint-2.6.0
  hooks:
  - id: pylint
    args: ["--fail-under=9.0", "--rcfile=.lint"]
    verbose: true
    additional_dependencies:
    - click ~=7.0