hysts HF Staff commited on
Commit
7c8a18f
·
1 Parent(s): 02ee8b8

Ignore SLF001

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -0
pyproject.toml CHANGED
@@ -70,6 +70,8 @@ ignore = [
70
  "PLR0913", # too-many-arguments
71
  "PLR0915", # too-many-statements
72
  "TRY003", # raise-vanilla-args
 
 
73
  ]
74
  unfixable = [
75
  "F401", # unused-import
 
70
  "PLR0913", # too-many-arguments
71
  "PLR0915", # too-many-statements
72
  "TRY003", # raise-vanilla-args
73
+ #
74
+ "SLF001", # private-member-access
75
  ]
76
  unfixable = [
77
  "F401", # unused-import