Skip to content

Commit ab5fe84

Browse files
committed
allow longer length when check ruff
1 parent 7a4eb3f commit ab5fe84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
find . -type f \( -name "*.py" -o -name "*.toml" -o -name "*.yaml" -o -name "*.yml" -o -name "*.json" -o -name "*.md" \) -not -path "./.venv/*" | xargs uv tool run pre-commit run --config ${{ github.workspace }}/.pre-commit-config.yaml --files || true
8080
8181
- name: Run ruff linter
82-
run: uv run ruff check . --select "I,E,F,Q,UP,FAST"
82+
run: uv run ruff check . --select "I,E,F,Q,UP,FAST" --line-length 120
8383

8484
- name: Run type checker
8585
run: uv run ty check || true

0 commit comments

Comments
 (0)