Skip to content

Commit

Permalink
fixed pylint version
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Reddy Boyapally <[email protected]>
  • Loading branch information
shashank-boyapally committed Oct 2, 2024
1 parent bb09756 commit a6bae31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -r fmatch/requirements.txt
pip install pylint==3.2.6
- name: Analysing the code with pylint
run: |
pylint -d C0103 -d R0914 $(git ls-files '*.py')

0 comments on commit a6bae31

Please sign in to comment.