From fa8790085a94367b31b384c8b0b836a4416b3780 Mon Sep 17 00:00:00 2001 From: "enterprise-deepsource-icu[bot]" <140088518+enterprise-deepsource-icu[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 13:29:45 +0000 Subject: [PATCH 1/5] ci: update .deepsource.toml From 8de8b219c90d902036ebb0db306e628dcb4c382d Mon Sep 17 00:00:00 2001 From: "deepsource-dev[bot]" <45962159+deepsource-dev[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:06:48 +0000 Subject: [PATCH 2/5] ci: update .deepsource.toml --- .deepsource.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.deepsource.toml b/.deepsource.toml index 0ac63d336..20be0b3d2 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -4,4 +4,7 @@ version = 1 name = "python" [analyzers.meta] - runtime_version = "3.x.x" \ No newline at end of file + runtime_version = "3.x.x" + +[[transformers]] +name = "ruff" \ No newline at end of file From afe95c8f1e31b643938bbdf10951e6d5a03f3b5e Mon Sep 17 00:00:00 2001 From: Parth Sharma <86726240+parth-deepsource@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:27:58 +0530 Subject: [PATCH 3/5] Update demo_code.py --- demo_code.py | 1 + 1 file changed, 1 insertion(+) diff --git a/demo_code.py b/demo_code.py index ad68ff119..79389ac9d 100644 --- a/demo_code.py +++ b/demo_code.py @@ -14,6 +14,7 @@ class BaseNumberGenerator: """Declare a method -- `get_number`.""" def __init__(self): + breakpoint() self.limits = (1, 10) def get_number(self, min_max): From 2a28fefce2bf35c758388b050a1ef7a20e75836a Mon Sep 17 00:00:00 2001 From: Parth Sharma <86726240+parth-deepsource@users.noreply.github.com> Date: Thu, 5 Mar 2026 18:16:25 +0530 Subject: [PATCH 4/5] Update hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index ad68ff119..ab2d9e4d3 100644 --- a/hello.py +++ b/hello.py @@ -16,7 +16,7 @@ class BaseNumberGenerator: def __init__(self): self.limits = (1, 10) - def get_number(self, min_max): + def get_number(self, min_max, max_min): raise NotImplemented def smethod(): From 4ed74501347c097d2b6153d2a80a1b29065e79aa Mon Sep 17 00:00:00 2001 From: "Parth (different email)" Date: Tue, 2 Jun 2026 12:05:27 +0530 Subject: [PATCH 5/5] test: trigger social-auth membership path --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7394cd26b..10671046b 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,4 @@ This repository demonstrates sample issues in Python code raised by DeepSource. ### Documentation [https://deepsource.io/docs/analyzer/python.html](https://deepsource.io/docs/analyzer/python.html) +// test