Skip to content

Commit 071ffe8

Browse files
committed
chore(action): update line-length to std 80 character
1 parent 5ae155b commit 071ffe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Check style
9292
run: |
9393
pip install .[quality]
94-
black --check --line-length 119 --target-version py35 py/synlink
94+
black --check --line-length 80 --target-version py35 py/synlink
9595
9696
- name: Run tests
9797
run: |

0 commit comments

Comments
 (0)