Skip to content

Commit bbb646e

Browse files
authored
Merge pull request #41 from RSE-Sheffield/chore/sort-imports
Add import sorter
2 parents 2dc2b1f + 6b4eebe commit bbb646e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint-python.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v4
1212
- name: Install linters
13-
run: pip install black flake8
13+
run: pip install black flake8 isort
1414
- name: Lint Python code
1515
run: |
1616
dirs="SORT home survey invites"
17+
isort $dirs
1718
black $dirs
1819
flake8 $dirs
1920
# Suggest merging any changes

0 commit comments

Comments
 (0)