Skip to content

Commit

Permalink
update back and pylint version (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf authored Jul 9, 2024
1 parent 16e32f9 commit 766483d
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 @@ -19,7 +19,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 pylint
- name: Check files are formatted with black
run: |
black --check .
Expand Down

0 comments on commit 766483d

Please sign in to comment.