From 3823f22a90f401e796730d47d24177f00dd6bf91 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 12 Oct 2023 18:02:05 +0300 Subject: [PATCH] pre-commit autoupdate (#143) Closes: #141 Fixes: Python 3.12 (and Fedora 39) support --- .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 9e7a6aa3..657079b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: autoupdate_schedule: weekly repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace exclude_types: [markdown] @@ -13,7 +13,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "2.7.2" + rev: "2.7.3" hooks: - id: editorconfig-checker alias: ec