Skip to content

Commit

Permalink
flake8 can be controlled from pyproject in gh actions now
Browse files Browse the repository at this point in the history
  • Loading branch information
sametd committed Aug 19, 2024
1 parent 0cacdcc commit 9ed9efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: pip install black flake8 isort
- run: pip install black flake8 isort flake8-pyproject
- run: black --version
- run: isort --check .
- run: black --check .
Expand Down

0 comments on commit 9ed9efe

Please sign in to comment.