Skip to content

Commit d96722e

Browse files
committed
chore: arrange inputs in correct order
1 parent 2718e6b commit d96722e

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

action.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,22 @@ runs:
7575
image: "Dockerfile"
7676
args:
7777
- ${{ inputs.python-root-list }}
78-
- ${{ inputs.use-pylint }}
78+
- ${{ inputs.use-black }}
79+
- ${{ inputs.use-isort }}
80+
- ${{ inputs.use-docformatter }}
7981
- ${{ inputs.use-pycodestyle }}
8082
- ${{ inputs.use-pydocstyle }}
81-
- ${{ inputs.use-flake8 }}
82-
- ${{ inputs.use-black }}
8383
- ${{ inputs.use-mypy }}
84-
- ${{ inputs.use-docformatter }}
85-
- ${{ inputs.use-isort }}
86-
- ${{ inputs.extra-pylint-options }}
87-
- ${{ inputs.extra-pycodestyle-options }}
88-
- ${{ inputs.extra-flake8-options }}
84+
- ${{ inputs.use-pylint }}
85+
- ${{ inputs.use-flake8 }}
8986
- ${{ inputs.extra-black-options }}
90-
- ${{ inputs.extra-mypy-options }}
91-
- ${{ inputs.extra-docformatter-options }}
9287
- ${{ inputs.extra-isort-options }}
88+
- ${{ inputs.extra-docformatter-options }}
89+
- ${{ inputs.extra-pycodestyle-options }}
90+
- ${{ inputs.extra-pydocstyle-options }}
91+
- ${{ inputs.extra-mypy-options }}
92+
- ${{ inputs.extra-pylint-options }}
93+
- ${{ inputs.extra-flake8-options }}
9394
branding:
9495
icon: "terminal"
9596
color: "white"

0 commit comments

Comments
 (0)