From 4f1f2b7736536e720fb6d20345921dfaebd685ed Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:39:01 +0000 Subject: [PATCH 1/2] Updated files with 'repo_helper'. --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8feda6..1ccf7b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,9 +84,11 @@ repos: - id: forbid-crlf - repo: https://github.com/python-formate/snippet-fmt - rev: v0.1.5 + rev: v0.3.0 hooks: - id: snippet-fmt + additional_dependencies: + - formate-trailing-commas>=0.1.1 - repo: https://github.com/python-formate/formate rev: v1.2.1 From 0fd3cbe00dd95331b986d7b3d8a204cc151e9926 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:40:05 +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..6f6275d 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