Skip to content

Commit

Permalink
fix: install flake8-pyproject for read config from toml for linting;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Jul 23, 2024
1 parent a2f0ef2 commit 54dd3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install Flake8
run: |
pip install flake8
pip install flake8 flake8-pyproject
- name: Run linting
run: |
Expand Down

0 comments on commit 54dd3c9

Please sign in to comment.