Skip to content

Commit

Permalink
Update validate_release.py and pylint.yml
Browse files Browse the repository at this point in the history
Added module docstring and modified the pylint yml to install all necessary to pass correctly the unable to import error
  • Loading branch information
dmtzs committed Dec 19, 2023
1 parent 4c3175d commit 20e13fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/scripts/validate_release.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
This script is used to validate if the version is the same of one of the previous versions.
"""

import os
import sys
import traceback
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: env.CHANGED != '0'
run: |
python -m pip install --upgrade pip
pip install pylint
pip install pylint requests==2.31.0 python-dotenv==1.0.0
- name: Analysing the code with pylint
if: env.CHANGED != '0'
Expand Down

0 comments on commit 20e13fe

Please sign in to comment.