Skip to content

Commit 3d5bac2

Browse files
committed
Set yamlfix line length to 88
1 parent c529a6b commit 3d5bac2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/update-lint-and-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
- name: Check changes significance
6060
run: >
6161
! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# ' -I'^"Last-Translator:
62-
' -I'^"Project-Id-Version: ' --exit-code && echo "SIGNIFICANT_CHANGES=1"
63-
>> "$GITHUB_ENV" || exit 0
62+
' -I'^"Project-Id-Version: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> "$GITHUB_ENV"
63+
|| exit 0
6464
- run: git add .
6565
- run: git commit -m "$(python manage_translation.py generate_commit_msg)"
6666
if: env.SIGNIFICANT_CHANGES

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ quote-style = "single"
55
whitelines = 1
66
section_whitelines = 1
77
explicit_start = false
8+
line_length = 88

0 commit comments

Comments
 (0)