Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ruff.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ruff
version: 0.0.276
version: 0.0.277
epoch: 0
description: An extremely fast Python linter, written in Rust.
copyright:
Expand All @@ -19,7 +19,7 @@ pipeline:
with:
repository: https://github.com/astral-sh/ruff
tag: v${{package.version}}
expected-commit: 3992c47c008df8f706e03a6ba0d7aa7f068ef0a9
expected-commit: 324455f580813a7c7721dc1d7ef1ee7721ae3e76

- runs: |
cargo build --release
Expand Down