Skip to content

Commit

Permalink
Pin pylint to 2.15.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chdorner committed Feb 2, 2023
1 parent fdcb428 commit 2f96083
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pylint
- name: Analysing the code with pylint
run: |
pylint *.py --disable=E1101,E1135,E1136,R0903,R0901,R0902,W0707,W0511,W0406,R0401,R0801
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
black==22.12.0
pylint==2.15.10
Jinja2==3.0.1
requests==2.26.0
lxml==4.9.1
Expand Down

0 comments on commit 2f96083

Please sign in to comment.