We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02431e commit ba2e1efCopy full SHA for ba2e1ef
.github/workflows/linter.yml
@@ -17,5 +17,5 @@ jobs:
17
- name: Run black
18
run: black --line-length=120 --check --diff .
19
- name: Run isort
20
- run: isort --check --diff .
+ run: isort --check --diff --line-length 120 .
21
0 commit comments