Skip to content

Commit 8f8573e

Browse files
authored
Improve isort error messages (#149)
Show what changes need to be made if imports aren't sorted correctly.
1 parent f2529e1 commit 8f8573e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/isort.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
run: pip install .
4242

4343
- name: Validate
44-
run: isort -c pyro
44+
run: isort --check --diff pyro
4545

0 commit comments

Comments
 (0)