From 8b605cf375f62d5d2c472be8333232345bb8d35c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 17:34:14 +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/astral-sh/ruff-pre-commit: v0.14.9 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.9...v0.14.10) --- .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 341926a..e683f19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - mdformat-gfm - mdformat-gfm-alerts - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.9 + rev: v0.14.10 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] From b2f88e4273dff6f446d332edf1cc8c2e3a15dc76 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 17:34:41 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- s3file/forms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/s3file/forms.py b/s3file/forms.py index 21e7976..baa8073 100644 --- a/s3file/forms.py +++ b/s3file/forms.py @@ -193,7 +193,8 @@ def upload_folder(self): return str( pathlib.PurePosixPath( self.upload_path, - base64.urlsafe_b64encode(uuid.uuid4().bytes) + base64 + .urlsafe_b64encode(uuid.uuid4().bytes) .decode("utf-8") .rstrip("=\n"), )