Skip to content

Commit

Permalink
update style check
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Nov 8, 2024
1 parent ffce7f0 commit 8ea0e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ jobs:
- run: python3 -m pip install .[style]
name: Install Bempp with optional style dependencies
- run: |
python3 -m flake8 bempp
python3 -m flake8 bempp_cl
python3 -m flake8 test
python3 -m flake8 examples
name: Run flake8 checks
- run: python3 -m pydocstyle bempp/api
- run: python3 -m pydocstyle bempp_cl/api
name: Run pydocstyle checks

build-and-test:
Expand Down

0 comments on commit 8ea0e23

Please sign in to comment.