From 8ae046ee9e65b91bfd8a7b6568ce7e2d24a9499e Mon Sep 17 00:00:00 2001 From: "BZ\\beny1" Date: Sun, 16 Jun 2024 20:22:45 +0300 Subject: [PATCH 1/3] ad --- hi.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 hi.txt diff --git a/hi.txt b/hi.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hi.txt @@ -0,0 +1 @@ + From b53f5373f7cff431511ab439f1db0ece76c0b8b0 Mon Sep 17 00:00:00 2001 From: "BZ\\beny1" Date: Sun, 16 Jun 2024 20:28:54 +0300 Subject: [PATCH 2/3] update --- pr-testing.Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr-testing.Jenkinsfile b/pr-testing.Jenkinsfile index fc77e43c..10a6b34c 100644 --- a/pr-testing.Jenkinsfile +++ b/pr-testing.Jenkinsfile @@ -15,7 +15,7 @@ pipeline { sh ''' cd polybot pip install -r requirements.txt - python3 -m plint *.py + python -m pylint *.py ''' } } From f10d534d1d14005c4719a50cb484de3ad601da60 Mon Sep 17 00:00:00 2001 From: "BZ\\beny1" Date: Sun, 16 Jun 2024 20:31:26 +0300 Subject: [PATCH 3/3] update --- polybot/requirements.txt | 2 +- pr-testing.Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/polybot/requirements.txt b/polybot/requirements.txt index 1995fc9e..b727fa06 100644 --- a/polybot/requirements.txt +++ b/polybot/requirements.txt @@ -3,4 +3,4 @@ loguru>=0.7.0 requests>=2.31.0 flask>=2.3.2 matplotlib>=3.7.5 -pylint>-3.2.3 +pylint>=3.2.3 diff --git a/pr-testing.Jenkinsfile b/pr-testing.Jenkinsfile index 10a6b34c..9c78e48a 100644 --- a/pr-testing.Jenkinsfile +++ b/pr-testing.Jenkinsfile @@ -15,7 +15,7 @@ pipeline { sh ''' cd polybot pip install -r requirements.txt - python -m pylint *.py + python3 -m pylint *.py ''' } }