We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd11651 commit d6cad78Copy full SHA for d6cad78
1 file changed
.github/workflows/code_formatter.yml
@@ -34,7 +34,7 @@ jobs:
34
run: ruff check $(git ls-files '*.py') --fix --target-version py310 --select ALL --no-preview || true
35
36
- name: Run Ruff Formatter
37
- run: ruff format $(git ls-files '*.py') --target-version py310 --line-length 140 --no-preview || true
+ run: ruff format $(git ls-files '*.py') --target-version py310 --line-length 180 --no-preview || true
38
39
- name: Check for changes
40
id: changes
0 commit comments