Skip to content

Commit 47c7af3

Browse files
committed
ignore ruff errors properly
1 parent c143032 commit 47c7af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/extensions/numbadoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ruff: noqa
1+
# ruff: noqa: ARG002 ARG003 PLW2901 RUF005
22

33
"""
44
This sphinx extension aims to improve the documentation of numba-decorated

0 commit comments

Comments
 (0)