diff --git a/ruff.yaml b/ruff.yaml index a04c6b9ed53..172bb5cc539 100644 --- a/ruff.yaml +++ b/ruff.yaml @@ -1,6 +1,6 @@ package: name: ruff - version: 0.1.11 + version: 0.1.12 epoch: 0 description: An extremely fast Python linter, written in Rust. copyright: @@ -19,7 +19,7 @@ pipeline: with: repository: https://github.com/astral-sh/ruff tag: v${{package.version}} - expected-commit: fefc7e81999fb504f4024f9f108c8c9e02e743b7 + expected-commit: 55f8f3b2cc64188393e978af8e80a7309714eda4 - runs: | cargo build --release