File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ for cmd in flake8 isort mypy pylint; do
8
8
fi
9
9
done
10
10
11
- flake8 director && isort --recursive -- check director && mypy director && pylint director
11
+ flake8 director && isort --check director && mypy director && pylint director
Original file line number Diff line number Diff line change 10
10
11
11
# Order is important. There are a few things that black and autopep8 disagree on, and I side
12
12
# with autopep8 on those.
13
- black director && autopep8 --in-place --recursive director && isort --recursive director
13
+ black director && autopep8 --in-place --recursive director && isort director
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ for cmd in flake8 isort mypy pylint; do
8
8
fi
9
9
done
10
10
11
- flake8 orchestrator && isort --recursive -- check orchestrator && mypy --strict -p orchestrator && pylint orchestrator
11
+ flake8 orchestrator && isort --check orchestrator && mypy --strict -p orchestrator && pylint orchestrator
Original file line number Diff line number Diff line change 10
10
11
11
# Order is important. There are a few things that black and autopep8 disagree on, and I side
12
12
# with autopep8 on those.
13
- black orchestrator && autopep8 --in-place --recursive orchestrator && isort --recursive orchestrator
13
+ black orchestrator && autopep8 --in-place --recursive orchestrator && isort orchestrator
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ for cmd in flake8 isort mypy pylint; do
8
8
fi
9
9
done
10
10
11
- flake8 router && isort --recursive -- check router && mypy --strict -p router && pylint router
11
+ flake8 router && isort --check router && mypy --strict -p router && pylint router
Original file line number Diff line number Diff line change 10
10
11
11
# Order is important. There are a few things that black and autopep8 disagree on, and I side
12
12
# with autopep8 on those.
13
- black router && autopep8 --in-place --recursive router && isort --recursive router
13
+ black router && autopep8 --in-place --recursive router && isort router
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ for cmd in flake8 isort mypy pylint; do
8
8
fi
9
9
done
10
10
11
- flake8 directorutil && isort --recursive -- check directorutil && mypy directorutil && pylint directorutil
11
+ flake8 directorutil && isort --check directorutil && mypy directorutil && pylint directorutil
Original file line number Diff line number Diff line change 10
10
11
11
# Order is important. There are a few things that black and autopep8 disagree on, and I side
12
12
# with autopep8 on those.
13
- black directorutil && autopep8 --in-place --recursive directorutil && isort --recursive directorutil
13
+ black directorutil && autopep8 --in-place --recursive directorutil && isort directorutil
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ for cmd in flake8 isort mypy pylint; do
8
8
fi
9
9
done
10
10
11
- flake8 shell && isort --recursive -- check shell && mypy --strict -p shell && pylint shell
11
+ flake8 shell && isort --check shell && mypy --strict -p shell && pylint shell
Original file line number Diff line number Diff line change 10
10
11
11
# Order is important. There are a few things that black and autopep8 disagree on, and I side
12
12
# with autopep8 on those.
13
- black shell && autopep8 --in-place --recursive shell && isort --recursive shell
13
+ black shell && autopep8 --in-place --recursive shell && isort shell
You can’t perform that action at this time.
0 commit comments