Skip to content

Commit 03aba54

Browse files
committed
linters: Update max line length to 100
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 26904b7 commit 03aba54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Run pycodestyle
6464
run: |
65-
pycodestyle api/*.py
65+
pycodestyle --max-line-length=100 api/*.py
6666
6767
- name: Run API containers
6868
run: |

0 commit comments

Comments
 (0)