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.277
version: 0.0.278
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: 324455f580813a7c7721dc1d7ef1ee7721ae3e76
expected-commit: 0ead9a16ac306bd17ab5951c0e4240c1ed71a208

- runs: |
cargo build --release
Expand Down