From cfd4bffecfdfd1f0545644e5ce455200c07ef0ff Mon Sep 17 00:00:00 2001 From: Lee Dogeon Date: Fri, 16 Jan 2026 22:02:42 +0900 Subject: [PATCH 1/2] DO NOT MERGE --- test.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000000..c8a8667a41 --- /dev/null +++ b/test.py @@ -0,0 +1,3 @@ +def a(): + print('a') +def b(): pass From 00412dc96bcff4a709368419857a14e09d0a5c53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 Jan 2026 13:26:07 +0000 Subject: [PATCH 2/2] Auto-format: ruff format --- test.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index c8a8667a41..0bf82089e1 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,6 @@ def a(): - print('a') -def b(): pass + print("a") + + +def b(): + pass