From 896259927e1490c2f13cac852bafbc18b2ac1d56 Mon Sep 17 00:00:00 2001 From: utf <1330638+utf@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:30:17 +0000 Subject: [PATCH] Auto-update pre-commit hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 817efcec..78a0f507 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: args: [--max-line-length=125, "--extend-ignore=E203,W503"] language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer