Skip to content

Commit d6cad78

Browse files
authored
Update code_formatter.yml
1 parent fd11651 commit d6cad78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_formatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: ruff check $(git ls-files '*.py') --fix --target-version py310 --select ALL --no-preview || true
3535

3636
- name: Run Ruff Formatter
37-
run: ruff format $(git ls-files '*.py') --target-version py310 --line-length 140 --no-preview || true
37+
run: ruff format $(git ls-files '*.py') --target-version py310 --line-length 180 --no-preview || true
3838

3939
- name: Check for changes
4040
id: changes

0 commit comments

Comments
 (0)