From 92040f09cc35b07d90ea040e171cf09597256868 Mon Sep 17 00:00:00 2001 From: Kieran W <41634689+FredHappyface@users.noreply.github.com> Date: Sun, 25 Jun 2023 23:20:08 +0100 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9590c8..e9129f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,12 +5,12 @@ repos: - id: blackt - repo: https://github.com/pycqa/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pycqa/pylint - rev: v2.15.9 + rev: v3.0.0a6 hooks: - id: pylint exclude: "tests/" @@ -25,12 +25,12 @@ repos: exclude: "tests/" - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.7.0 hooks: - id: pyupgrade - args: [--py37-plus] + args: [--py38-plus] - repo: https://github.com/boidolr/pre-commit-images - rev: v1.1.0 + rev: v1.2.1 hooks: - id: optimize-avif exclude: "tests/"