Skip to content

Commit

Permalink
ci: Bump pylint version
Browse files Browse the repository at this point in the history
Change pylint version to match latest version on Fedora 38.
  • Loading branch information
rjeffman committed Sep 8, 2023
1 parent e771d66 commit d381a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
python-version: "3.x"
- name: Run pylint
run: |
pip install pylint==2.14.4 wrapt==1.14.0
pip install pylint==2.17.2
pylint plugins roles --disable=import-error
shellcheck:
Expand Down

0 comments on commit d381a78

Please sign in to comment.