From 8f48e68eb221ef27e551871293dd1be00852073e Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Wed, 4 Oct 2023 08:28:36 +0300 Subject: [PATCH] fix --- .pre-commit-config.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e02d5b6..6fcc1a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,13 +18,10 @@ repos: - id: licenseheaders args: ["-t", ".copyright.tmpl", "-cy", "-f", "-d", "statapp"] pass_filenames: false -- repo: local +- repo: https://github.com/pylint-dev/pylint.git + rev: v3.0.0 hooks: - id: pylint - name: pylint - entry: pylint - language: system - types: [python] args: [ "-rn", # Only display messages