Skip to content

Commit ba2e1ef

Browse files
committed
[ci] Add line length to isort
Add max length of an import line to isort to avoid conflicts with black.
1 parent c02431e commit ba2e1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- name: Run black
1818
run: black --line-length=120 --check --diff .
1919
- name: Run isort
20-
run: isort --check --diff .
20+
run: isort --check --diff --line-length 120 .
2121

0 commit comments

Comments
 (0)