We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc40b0e commit 0e9fb51Copy full SHA for 0e9fb51
.github/workflows/lint.yml
@@ -49,3 +49,5 @@ jobs:
49
poetry run ruff version
50
# Check the source file, ignore type annotations (ANN) for now.
51
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