From 5dfe17249b33f2b5a095cb0ca570ba39bc624fea Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Wed, 1 Jul 2020 18:15:36 +0100 Subject: [PATCH] hooks: pylint: fix pre-commit --- .pre-commit-config.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7603cd9b9b..56f20ea016 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,13 +23,14 @@ repos: - flake8-string-format repo: https://gitlab.com/pycqa/flake8 rev: 3.7.9 - - repo: local - hooks: - - id: pylint - name: pylint - entry: pylint - language: system - types: [python] + - hooks: + - id: pylint + language_version: python3 + additional_dependencies: + - pylint-pytest + - pylint-plugin-utils + repo: https://github.com/PyCQA/pylint + rev: pylint-2.5.3 - hooks: - args: - -i