Skip to content

Commit 2a4e723

Browse files
committed
MAINT: reorder lint.sh
1 parent 9929d38 commit 2a4e723

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lint.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ if [ "$LINT" == true ]; then
1919
flake8 --isolated \
2020
statsmodels/resampling/ \
2121
statsmodels/interface/ \
22+
statsmodels/duration/__init__.py \
23+
statsmodels/graphics/tsaplots.py \
2224
statsmodels/graphics/functional.py \
2325
statsmodels/graphics/tests/test_functional.py \
2426
statsmodels/examples/tests/ \
2527
statsmodels/iolib/smpickle.py \
2628
statsmodels/iolib/tests/test_pickle.py \
27-
statsmodels/graphics/tsaplots.py \
28-
statsmodels/tsa/regime_switching \
2929
statsmodels/regression/mixed_linear_model.py \
30-
statsmodels/duration/__init__.py \
3130
statsmodels/regression/recursive_ls.py \
3231
statsmodels/tools/linalg.py \
3332
statsmodels/tools/web.py \
3433
statsmodels/tools/tests/test_linalg.py \
3534
statsmodels/tools/decorators.py \
3635
statsmodels/tools/tests/test_decorators.py \
3736
statsmodels/tsa/base/tests/test_datetools.py \
37+
statsmodels/tsa/regime_switching \
3838
statsmodels/tsa/vector_ar/dynamic.py \
3939
statsmodels/tsa/vector_ar/hypothesis_test_results.py \
4040
statsmodels/tsa/statespace/*.py \

0 commit comments

Comments
 (0)