Skip to content

Commit 0e9fb51

Browse files
committed
STY/CI: Add ruff check for tests/ directory
1 parent fc40b0e commit 0e9fb51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ jobs:
4949
poetry run ruff version
5050
# Check the source file, ignore type annotations (ANN) for now.
5151
poetry run ruff check numpy_financial/ --ignore F403 --select E,F,B,I
52+
# Check the test file
53+
poetry run ruff check tests/ --select E,F,B,I

0 commit comments

Comments
 (0)