From 81f54b02a0852880411f36d44b5137de29b597f3 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 3 Jul 2023 21:09:21 +0200 Subject: [PATCH] Bump pylint to v2.17.4 and others hooks (#200) Bump mypy and pyugrade pre-commit hooks without effects --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9fb21e..376edf6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,18 +20,18 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.4.1 hooks: - id: mypy args: - "--install-types" - "--non-interactive" - repo: https://github.com/PyCQA/pylint - rev: v2.15.8 + rev: v2.17.4 hooks: - id: pylint - repo: https://github.com/asottile/pyupgrade - rev: v3.4.0 + rev: v3.8.0 hooks: - id: pyupgrade args: [--py38-plus] -- GitLab