From 0a26614b25e7b6ffca07f983e5c8e005b1189b8f Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 29 Jan 2024 10:49:45 +0100 Subject: [PATCH] Bump pre-commit hooks --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae7b2df..4b214b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: ^docs/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-ast - id: check-merge-conflict @@ -11,27 +11,27 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 24.1.1 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.8.0 hooks: - id: mypy args: - "--install-types" - "--non-interactive" - repo: https://github.com/pylint-dev/pylint - rev: v3.0.0 + rev: v3.0.3 hooks: - id: pylint - repo: https://github.com/asottile/pyupgrade - rev: v3.14.0 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py38-plus] -- GitLab