File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,23 +100,44 @@ select = ["ALL"]
100100ignore = [
101101 " I" ,
102102 " D" ,
103+
103104 " ANN" ,
104- " PLR0913" ,
105- " UP032" ,
106- " TRY003" ,
107- " FBT002" ,
108- " PLR0912" ,
105+ " ARG005" ,
106+ " B011" ,
107+ " B904" ,
108+ " C408" ,
109109 " C901" ,
110- " SIM108 " ,
110+ " COM812 " ,
111111 " EM101" ,
112- " B904" ,
113- " TRY200" ,
114- " RET505" ,
115112 " EM103" ,
116- " COM812" ,
117- " RET506" ,
113+ " FBT002" ,
114+ " FIX002" ,
115+ " INP001" ,
118116 " PGH003" ,
119- " S101" ,
117+ " PLR0912" ,
118+ " PLR0913" ,
119+ " PLR2004" ,
120+ " PLW2901" ,
121+ " PT004" ,
122+ " PT012" ,
123+ " PT013" ,
124+ " PTH118" ,
125+ " PTH120" ,
126+ " RET504" ,
127+ " RET505" ,
128+ " RET506" ,
129+ " RUF005" ,
130+ " S101" ,
131+ " S113" ,
132+ " S603" ,
133+ " S607" ,
134+ " SIM108" ,
135+ " T201" ,
136+ " TD002" ,
137+ " TD003" ,
138+ " TRY003" ,
139+ " TRY200" ,
140+ " UP032" ,
120141]
121142line-length = 120
122143target-version = " py38"
You can’t perform that action at this time.
0 commit comments