Skip to content

Commit e24ac3d

Browse files
committed
Disable RUF067 for now
1 parent 7b9bbf6 commit e24ac3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ extend-ignore = [
8383
"N814",
8484
"N817",
8585
"C90",
86+
"RUF067", # no code in __init__ *shrug*
8687

8788
# numpy random generators---disable for now
8889
"NPY002",

0 commit comments

Comments
 (0)