Skip to content

Commit

Permalink
update pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Apr 4, 2024
1 parent 67beb43 commit e55e338
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 @@ -25,7 +25,7 @@ jobs:
- name: Update pip
run: pip install --upgrade pip
- name: Install black and pylint
run: pip install black~=22.3 pylint~=2.13,!=2.13.6
run: pip install black~=22.3 pylint~=3.0
- name: Check files are formatted with black
run: |
black --check .
Expand Down

0 comments on commit e55e338

Please sign in to comment.