Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08cf73b

Browse files
committed
Lint more Python directories in CI
1 parent 2fa7d31 commit 08cf73b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ jobs:
8181

8282
- name: Check Python formatting
8383
run: |
84-
python -m black --check tests
85-
python -m flake8 tests
84+
export DIRECTORIES="scripts tests benchmarks crates/pyhq/python"
85+
python -m black --check $DIRECTORIES
86+
python -m flake8 $DIRECTORIES
8687
8788
- name: Build docs
8889
run: |

0 commit comments

Comments
 (0)