From 6cb76eb9cb2a40c87071e5ea6b40d1340f8e517d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:47:26 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/25.12.0...26.1.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f633fe..4c3b130 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - --remove-all-unused-imports - --remove-duplicate-keys - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.12.0 + rev: 26.1.0 hooks: - id: black - repo: https://github.com/asottile/reorder-python-imports From 8800faa2deb78bff11fe49529a459fb96f1b6cf5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:48:03 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- testing/constants.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/constants.py b/testing/constants.py index 0903205..73c0c09 100644 --- a/testing/constants.py +++ b/testing/constants.py @@ -1,6 +1,5 @@ from datetime import datetime - TEST_BUCKET_NAME = "mock-bucket" TEST_DB_NAME = "fake.db" TEST_DATE = datetime(1992, 11, 25)