Skip to content

Commit

Permalink
locked pylint version
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Reddy Boyapally <sboyapal@redhat.com>
  • Loading branch information
shashank-boyapally committed Sep 23, 2024
1 parent 2c9f287 commit 8123e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
pylint -d C0103 -d R0912 -d R0917 $(git ls-files '*/*.py' '*.py')
pylint -d C0103 -d R0912 $(git ls-files '*/*.py' '*.py')
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ PyYAML==6.0.1
six==1.16.0
tzdata==2023.4
urllib3==1.26.18
pylint==3.2.7
pyshorteners==1.0.1
fastapi==0.110.0
pyshorteners==1.0.1
python-multipart==0.0.9
scikit-learn==1.5.0
scipy==1.12.0
Expand Down

0 comments on commit 8123e57

Please sign in to comment.