We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9bbf6 commit e24ac3dCopy full SHA for e24ac3d
pyproject.toml
@@ -83,6 +83,7 @@ extend-ignore = [
83
"N814",
84
"N817",
85
"C90",
86
+ "RUF067", # no code in __init__ *shrug*
87
88
# numpy random generators---disable for now
89
"NPY002",
0 commit comments