From 51d7d9088dc83be83d3a5044439ff474481667dd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 21:25:25 +0000 Subject: [PATCH] ci(autoupdate): Autoupdating commit msg 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 → 25.1.0](https://github.com/psf/black/compare/24.3.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](https://github.com/pycqa/isort/compare/5.13.2...6.0.1) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.4.1) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.16.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.16.1) - [github.com/pre-commit/mirrors-eslint: v9.0.0-rc.0 → v9.30.1](https://github.com/pre-commit/mirrors-eslint/compare/v9.0.0-rc.0...v9.30.1) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c80ebb6..c2354d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ default_install_hook_types: [pre-commit] -default_stages: [commit, push] +default_stages: [pre-commit, pre-push] default_language_version: python: python3.11 ci: @@ -13,34 +13,34 @@ ci: submodules: false repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace files: ^backend/ - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 25.1.0 hooks: - id: black language_version: python3.11 args: - --config=backend/pyproject.toml - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort name: isort (python) args: - --settings-path=backend/pyproject.toml - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.4.1 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.9.0" + rev: "v1.16.1" hooks: - id: mypy args: @@ -52,7 +52,7 @@ repos: files: \.[jt]sx?$ types_or: [css, javascript] - repo: https://github.com/pre-commit/mirrors-eslint - rev: "v9.0.0-rc.0" + rev: "v9.30.1" hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx