From 475882410f56538f960b6b8de90a1ba3996abebb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:39:13 +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.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0) - [github.com/commitizen-tools/commitizen: v3.14.1 → v3.31.0](https://github.com/commitizen-tools/commitizen/compare/v3.14.1...v3.31.0) - [github.com/psf/black: 24.2.0 → 24.10.0](https://github.com/psf/black/compare/24.2.0...24.10.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](https://github.com/pycqa/flake8/compare/7.0.0...7.1.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.0](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.19.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.13.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.13.0) - [github.com/PyCQA/bandit: 1.7.7 → 1.7.10](https://github.com/PyCQA/bandit/compare/1.7.7...1.7.10) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cf31c1c..35b1b9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ exclude: | )$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-ast - id: check-added-large-files @@ -29,7 +29,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/commitizen-tools/commitizen - rev: v3.14.1 + rev: v3.31.0 hooks: - id: commitizen stages: [commit-msg] @@ -41,13 +41,13 @@ repos: args: ["--filter-files"] - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.10.0 hooks: - id: black alias: black - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: @@ -58,7 +58,7 @@ repos: args: ["--ignore=C901,E800,F842,F841,W503"] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.19.0 hooks: - id: pyupgrade args: [--py39] @@ -67,10 +67,10 @@ repos: rev: v4.0.0-alpha.8 hooks: - id: prettier - stages: [commit] + stages: [pre-commit] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.13.0 hooks: - id: mypy alias: mypy @@ -97,7 +97,7 @@ repos: - types-python-dateutil - repo: https://github.com/PyCQA/bandit - rev: 1.7.7 + rev: 1.7.10 hooks: - id: bandit args: