From a571f1e128eabff306fc741c1250b824d8931a41 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Mon, 23 Sep 2024 11:52:50 +0200 Subject: [PATCH] Update pylint lib https://github.com/pylint-dev/pylint/releases/tag/v3.3.0 --- .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 090a0d9..bcdbd2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -115,7 +115,7 @@ repos: language_version: python3.11 # flake8-commas doesn't work w/ Python 3.12 - repo: https://github.com/PyCQA/pylint.git - rev: v3.1.0 + rev: v3.3.0 hooks: - id: pylint args: