commit:     7c144a192b91cf623830e882b1025d63c415ada7
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sat Apr  6 09:26:20 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 00:06:04 2024 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=7c144a19

.pre-commit-config.yaml: bump pylint to 3.1.0

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/portage/pull/1315
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .pre-commit-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f6fca10cba..4646bb3ff1 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
     hooks:
       - id: black
   - repo: https://github.com/PyCQA/pylint
-    rev: v3.0.0a7
+    rev: v3.1.0
     hooks:
       - id: pylint
         additional_dependencies:

Reply via email to