From a8125539633c22e926606a55cc5d849dbd21b8bb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:06:21 +0000 Subject: [PATCH 1/2] 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 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/24.3.0...26.1.0) - [github.com/pycqa/isort: 5.13.2 → 8.0.0](https://github.com/pycqa/isort/compare/5.13.2...8.0.0) - [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.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.19.1) - [github.com/pre-commit/mirrors-eslint: v9.0.0-rc.0 → v10.0.1](https://github.com/pre-commit/mirrors-eslint/compare/v9.0.0-rc.0...v10.0.1) --- .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 c80ebb6..0e2bf5b 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: v6.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 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.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: 8.0.0 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.19.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: "v10.0.1" hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx From fd1a1d4b1a2b15a8993b5cfae72bb1df8a630717 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:06:30 +0000 Subject: [PATCH 2/2] ci(pre-commit): Autofixing commit msg from pre-commit.com hooks --- backend/src/config/settings/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/config/settings/environment.py b/backend/src/config/settings/environment.py index c0e2c58..567ef41 100644 --- a/backend/src/config/settings/environment.py +++ b/backend/src/config/settings/environment.py @@ -4,4 +4,4 @@ class Environment(str, enum.Enum): PRODUCTION: str = "PROD" # type: ignore DEVELOPMENT: str = "DEV" # type: ignore - STAGING: str = "STAGE" # type:ignore + STAGING: str = "STAGE" # type: ignore