Skip to content

Commit

Permalink
CI - use the latest pylint for lint checking
Browse files Browse the repository at this point in the history
  • Loading branch information
pavoljuhas committed Oct 4, 2024
1 parent 08b0c80 commit 5795ac6
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 @@ -12,9 +12,8 @@ jobs:
python-version: '3.12'
architecture: 'x64'
- name: Install Pylint
# TODO: #210 - install the latest pylint below
run: |
python -m pip install --upgrade pip
pip install 'pylint<3'
pip install pylint
- name: Pylint check
run: dev_tools/pylint

0 comments on commit 5795ac6

Please sign in to comment.