From a668bb5ffbe5c0fce063508b4c53429412cabaac Mon Sep 17 00:00:00 2001 From: gooorher <57826474+gooorher@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:33:10 +0000 Subject: [PATCH 1/2] Initial commit From fdd5e1bdb37cbd2583bbf140d441f66fb5ba7eb6 Mon Sep 17 00:00:00 2001 From: gooorher <57826474+gooorher@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:33:12 +0000 Subject: [PATCH 2/2] Pending changes exported from your codespace --- hello.py | 4 ++-- requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hello.py b/hello.py index 2395f87..47185d1 100755 --- a/hello.py +++ b/hello.py @@ -6,5 +6,5 @@ def add(x, y): print(add(1, 1)) -#var=1 -#var=var +var=1 +var=var diff --git a/requirements.txt b/requirements.txt index 219de8b..73b92f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pylint==2.12.2 -pytest==7.0.1 -black==22.1.0 \ No newline at end of file +pylint>=3.0.0 +pytest>=7.4.0 +black>=24.10.0 \ No newline at end of file