File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,22 +19,22 @@ if [ "$LINT" == true ]; then
19
19
flake8 --isolated \
20
20
statsmodels/resampling/ \
21
21
statsmodels/interface/ \
22
+ statsmodels/duration/__init__.py \
23
+ statsmodels/graphics/tsaplots.py \
22
24
statsmodels/graphics/functional.py \
23
25
statsmodels/graphics/tests/test_functional.py \
24
26
statsmodels/examples/tests/ \
25
27
statsmodels/iolib/smpickle.py \
26
28
statsmodels/iolib/tests/test_pickle.py \
27
- statsmodels/graphics/tsaplots.py \
28
- statsmodels/tsa/regime_switching \
29
29
statsmodels/regression/mixed_linear_model.py \
30
- statsmodels/duration/__init__.py \
31
30
statsmodels/regression/recursive_ls.py \
32
31
statsmodels/tools/linalg.py \
33
32
statsmodels/tools/web.py \
34
33
statsmodels/tools/tests/test_linalg.py \
35
34
statsmodels/tools/decorators.py \
36
35
statsmodels/tools/tests/test_decorators.py \
37
36
statsmodels/tsa/base/tests/test_datetools.py \
37
+ statsmodels/tsa/regime_switching \
38
38
statsmodels/tsa/vector_ar/dynamic.py \
39
39
statsmodels/tsa/vector_ar/hypothesis_test_results.py \
40
40
statsmodels/tsa/statespace/* .py \
You can’t perform that action at this time.
0 commit comments