Skip to content

Commit

Permalink
Merge branch 'doc4xx' of github.com:augustelalande/ruff into doc4xx
Browse files Browse the repository at this point in the history
  • Loading branch information
augustelalande committed Aug 2, 2024
2 parents 6c1bb0e + 2b1209e commit 6677ada
Show file tree
Hide file tree
Showing 578 changed files with 4,770 additions and 2,432 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ jobs:
run: cargo codspeed build -p ruff_benchmark

- name: "Run benchmarks"
uses: CodSpeedHQ/action@v2
uses: CodSpeedHQ/action@v3
with:
run: cargo codspeed run
token: ${{ secrets.CODSPEED_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/pr-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
name: pr-number
run_id: ${{ github.event.workflow_run.id || github.event.inputs.workflow_run_id }}
if_no_artifact_found: ignore
allow_forks: true

- name: Parse pull request number
id: pr-number
Expand All @@ -43,6 +44,7 @@ jobs:
path: pr/ecosystem
workflow_conclusion: completed
if_no_artifact_found: ignore
allow_forks: true

- name: Generate comment content
id: generate-comment
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude: |
crates/ruff_python_formatter/tests/snapshots/.*|
crates/ruff_python_resolver/resources/.*|
crates/ruff_python_resolver/tests/snapshots/.*|
crates/red_knot/resources/.*
crates/red_knot_workspace/resources/.*
)$
repos:
Expand Down Expand Up @@ -43,7 +43,7 @@ repos:
)$
- repo: https://github.com/crate-ci/typos
rev: v1.23.2
rev: v1.23.5
hooks:
- id: typos

Expand All @@ -57,7 +57,7 @@ repos:
pass_filenames: false # This makes it a lot faster

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.4
rev: v0.5.5
hooks:
- id: ruff-format
- id: ruff
Expand Down
Loading

0 comments on commit 6677ada

Please sign in to comment.