Skip to content

Commit a1ffa1f

Browse files
committedAug 11, 2021
Update pylint in CI
1 parent a426be2 commit a1ffa1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/githubci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
- name: Versions
5151
run: |
5252
python3 --version
53-
- name: Pip install pylint, black, & Sphinx
53+
- name: Pip install pylint
5454
run: |
55-
pip install --force-reinstall pylint==1.9.2
55+
pip install --force-reinstall pylint==2.7.1
5656
- name: Checkout Current Repo
5757
uses: actions/checkout@v2
5858

0 commit comments

Comments
 (0)
Please sign in to comment.