From 18072814e7ac43fa912e46cb4a3249f9dadc66e0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 00:28:52 +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/psf/black: 24.3.0 → 24.10.0](https://github.com/psf/black/compare/24.3.0...24.10.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.14.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.14.1) - [github.com/PyCQA/bandit: 1.7.8 → 1.8.2](https://github.com/PyCQA/bandit/compare/1.7.8...1.8.2) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e8799e..4af879f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ default_install_hook_types: [pre-commit] -default_stages: [commit, push] +default_stages: [pre-commit, pre-push] default_language_version: python: python3.12 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-toml - id: check-yaml @@ -15,7 +15,7 @@ repos: args: [--fix=lf] files: ^app/ - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.10.0 hooks: - id: black language_version: python3.11 @@ -29,13 +29,13 @@ repos: args: - --settings-path=pyproject.toml - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.9.0" + rev: "v1.14.1" hooks: - id: mypy args: - --config-file=pyproject.toml - repo: https://github.com/PyCQA/bandit - rev: 1.7.8 + rev: 1.8.2 hooks: - id: bandit args: ["-c", "pyproject.toml"]