This commit is contained in:
Jesse Bannon 2024-09-25 22:41:55 -07:00
parent ec9457f5e4
commit a006845be8

View file

@ -83,6 +83,7 @@ disable = [
"R0901", # too-many-ancestors
"R0902", # too-many-instance-attributes
"R1711", # useless-return
"R0917", # too many positional arguments
"W0511", # TODO
]