From 426ca42d1b3988273f31fffb70f0b375e4efc002 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:22:10 +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/pre-commit/pre-commit-hooks: v3.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v6.0.0) - [github.com/python-formate/pyupgrade: bbe3007 → v3.3.0](https://github.com/python-formate/pyupgrade/compare/bbe3007...v3.3.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.6](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.5.1...v1.5.6) - [github.com/python-formate/snippet-fmt: v0.1.5 → v0.2.0](https://github.com/python-formate/snippet-fmt/compare/v0.1.5...v0.2.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8feda6..9630f6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: reformat-pyproject - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-ast @@ -70,7 +70,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/python-formate/pyupgrade - rev: bbe3007 + rev: v3.3.0 hooks: - id: pyupgrade args: @@ -78,13 +78,13 @@ repos: - --keep-runtime-typing - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.1 + rev: v1.5.6 hooks: - id: remove-crlf - id: forbid-crlf - repo: https://github.com/python-formate/snippet-fmt - rev: v0.1.5 + rev: v0.2.0 hooks: - id: snippet-fmt From a59e8763839c05da9fc448b4780ba5213f361902 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:29:01 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_documented_enum.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_documented_enum.py b/tests/test_documented_enum.py index a307eef..fe7fc3e 100644 --- a/tests/test_documented_enum.py +++ b/tests/test_documented_enum.py @@ -206,7 +206,8 @@ class ModeOfTransport(Enum): feeder = "feeder" # doc: A feeder vessel is a rather small vessel sent by a ship operator and moves in the region """A deep sea vessel is a rather large vessel sent by a ship operator and moves between distant regions, e.g. - continents.""" + continents. +""" deep_sea_vessel = "deep_sea_vessel" # yapf: enable