Skip to content

Commit e0c8a76

Browse files
committed
update order to match dev tools script
1 parent 942d0a3 commit e0c8a76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python_static_analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Run isort
3131
run: isort --check .
3232

33-
- name: Run flake8
34-
run: flake8
35-
3633
- name: Run black
3734
run: black --check .
35+
36+
- name: Run flake8
37+
run: flake8

0 commit comments

Comments
 (0)