🚨 Added object inheritance [skip ci]

This commit is contained in:
Nikhil Badyal
2023-08-25 15:56:57 +05:30
parent 77377cdd48
commit c7da3ab247
7 changed files with 8 additions and 7 deletions
+1
View File
@@ -52,6 +52,7 @@ ignore = [
"PTH122", #os-path-splitext
"TRY301", #raise-within-try
"PERF203", #try-except-in-loop
"UP004" #useless-object-inheritance
]
fix = true
show-fixes = true