Skip to content

Commit 69b8db7

Browse files
committed
BLD/CI: Merge linting commands into one command
1 parent 5dfb8f2 commit 69b8db7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
# Tell us what version we are using
3333
ruff version
3434
# Check the source file, ignore type annotations (ANN) for now.
35-
ruff check numpy_financial/ --ignore F403 --select E,F,B,I
36-
# Check the test and benchmark files
37-
ruff check tests/ benchmarks/ --select E,F,B,I
35+
ruff check numpy_financial/ benchmarks/ --ignore F403 --select E,F,B,I
3836
- name: Build project
3937
run: |
4038
spin build -v

0 commit comments

Comments
 (0)