File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ ignore=[
407
407
" S602" , # sub process call with shell=True unsafe
408
408
" C419" , # Unnecessary list comprehension, some are flagged yet are not
409
409
" C409" , # Unnecessary `list` literal passed to `tuple()` (rewrite as a `tuple` literal)
410
- " S113" , # Probable use of httpx call withour timeout
410
+ " S113" , # Probable use of httpx call without timeout
411
411
]
412
412
allowed-confusables =[" σ" ]
413
413
Original file line number Diff line number Diff line change 46
46
"Repeat" ,
47
47
"CutoffFhSplitter" ,
48
48
# sporadic timeouts, see #6344
49
- "VARMAX" ,
50
- "BATS" ,
51
- "TBATS" ,
52
- "ARIMA" ,
53
- "AutoARIMA" ,
54
- "StatsForecastAutoARIMA" ,
55
- "SARIMAX" ,
56
- "StatsModelsARIMA" ,
57
49
"ShapeletLearningClassifierTslearn" ,
58
50
"DartsXGBModel" ,
59
51
# Large datasets
You can’t perform that action at this time.
0 commit comments