Skip to content
Open

ad #1

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions hi.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion polybot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pr-testing.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {
sh '''
cd polybot
pip install -r requirements.txt
python3 -m plint *.py
python3 -m pylint *.py
'''
}
}
Expand Down