From 6fc81fa9c789496170e051226433872c288e0e5b Mon Sep 17 00:00:00 2001 From: xmatthias <5024695+xmatthias@users.noreply.github.com> Date: Tue, 18 Feb 2025 03:04:55 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd58cfa38..30994d923 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pycqa/flake8 - rev: "7.1.1" + rev: "7.1.2" hooks: - id: flake8 additional_dependencies: [Flake8-pyproject] @@ -57,7 +57,7 @@ repos: )$ - repo: https://github.com/stefmolin/exif-stripper - rev: 0.6.1 + rev: 0.6.2 hooks: - id: strip-exif