From 5a0641ad9d92e8abc24e7d3848f62bbd6a54a3d7 Mon Sep 17 00:00:00 2001 From: "neu-ro-github-bot[bot]" <73847778+neu-ro-github-bot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:31:54 +0000 Subject: [PATCH] Auto-update pre-commit hooks (#889) Co-authored-by: asvetlov <356399+asvetlov@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea13e01..df55f56 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.6.0' + rev: 'v5.0.0' hooks: - id: check-merge-conflict exclude: "rst$" @@ -30,7 +30,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.6.0' + rev: 'v5.0.0' hooks: - id: check-case-conflict - id: check-json @@ -44,7 +44,7 @@ repos: - id: debug-statements # Another entry is required to apply file-contents-sorter to another file - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.6.0' + rev: 'v5.0.0' hooks: - id: file-contents-sorter files: |