Skip to content

Commit 92b11af

Browse files
authored
add numpydoc linting (#44)
1 parent 173c58c commit 92b11af

5 files changed

Lines changed: 144 additions & 147 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ format:
99
lint:
1010
ruff check
1111
ruff format --diff
12+
numpydoc lint jbpy/*.py
1213
mypy jbpy
1314

1415
build:

0 commit comments

Comments
 (0)