Skip to content

Commit

Permalink
upgrade pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Elephant Liu committed Nov 8, 2023
1 parent a4608c8 commit bece3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
pip install pylint==2.12.2 pytest==7.1.2 codecov
pip install pylint==3.0.2 pytest==7.1.2 codecov
- name: Lint with pylint
run: |
pylint --rcfile=.pylintrc olo
Expand Down

0 comments on commit bece3e8

Please sign in to comment.