From 5f60cdfec61582ae8afe6e98f5eda56f4149b984 Mon Sep 17 00:00:00 2001 From: Nick Smith Date: Thu, 8 Jul 2021 10:41:14 -0400 Subject: [PATCH] Update .pre-commit-config.yaml pylint repo According to https://github.com/pre-commit/mirrors-pylint readme `This mirror repository is deprecated, use pylint directly.` The result is the mirrors-pylint repo is missing a bunch of tags that pylint has. --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c6bf786b..71ef15085 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,8 +58,8 @@ repos: - packaging - enrich>=1.2.5 - subprocess-tee>=0.2.0 - - repo: https://github.com/pre-commit/mirrors-pylint - rev: v2.7.2 + - repo: https://github.com/PyCQA/pylint + rev: pylint-2.7.2 hooks: - id: pylint additional_dependencies: