Skip to content

Commit 4a261a1

Browse files
committed
(workflows) Ignore E501, too long line, it is too annoying
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 71d3ba9 commit 4a261a1

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
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Run pycodestyle
5353
run: |
54-
pycodestyle src/*.py
54+
pycodestyle --ignore=E501 src/*.py
5555
5656
- name: Install Python YAML package
5757
run: |

0 commit comments

Comments
 (0)