From e586f3ffda5944b22c6e8315625bf28b09d3b8b9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:58:09 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/psf/black: 24.8.0 → 24.10.0](https://github.com/psf/black/compare/24.8.0...24.10.0) - [github.com/PyCQA/bandit.git: 1.7.9 → 1.7.10](https://github.com/PyCQA/bandit.git/compare/1.7.9...1.7.10) - [github.com/crate-ci/typos.git: v1.24.5 → v1.26.0](https://github.com/crate-ci/typos.git/compare/v1.24.5...v1.26.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c57aa4..cd83a39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: '^docs/conf.py' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -28,7 +28,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black language_version: python3 @@ -40,12 +40,12 @@ repos: args: ['--max-line-length=88'] # default of Black - repo: https://github.com/PyCQA/bandit.git - rev: '1.7.9' + rev: '1.7.10' hooks: - id: bandit exclude: '^tests/' - repo: https://github.com/crate-ci/typos.git - rev: 'v1.24.5' + rev: 'v1.26.0' hooks: - id: typos