diff --git a/hi.txt b/hi.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/hi.txt @@ -0,0 +1 @@ + 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 fc77e43c..9c78e48a 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 + python3 -m pylint *.py ''' } }