From 26247511154607beb711c0bee02c0142f9d31fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Thu, 23 Apr 2026 00:04:11 +0000 Subject: [PATCH] build(deps): bump PyCWA/docformatter 1.7.7 to 1.7.8 --- .pre-commit-config.yaml | 2 +- src/java/lang/__init__.py | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a061c51..852f188 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: files: ^stubs/stubs/ args: [--settings-file, stubs/tox.ini] - repo: https://github.com/PyCQA/docformatter - rev: v1.7.7 + rev: v1.7.8 hooks: - id: docformatter files: ^src/ diff --git a/src/java/lang/__init__.py b/src/java/lang/__init__.py index f266163..5508970 100644 --- a/src/java/lang/__init__.py +++ b/src/java/lang/__init__.py @@ -856,9 +856,10 @@ def __init__(self, message=None, cause=None): class Thread(Object): - """A thread is a thread of execution in a program. The Java Virtual - Machine allows an application to have multiple threads of execution - running concurrently. + """A thread is a thread of execution in a program. + + The Java Virtual Machine allows an application to have multiple + threads of execution running concurrently. Every thread has a name for identification purposes. More than one thread may have the same name. If a name is not specified when a