Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(astral-sh/ruff): follow up changes of ruff v0.1.8 #18230

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
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: 3 additions & 1 deletion pkgs/astral-sh/ruff/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
packages:
- name: astral-sh/ruff@v0.1.7
- name: astral-sh/ruff@v0.1.8
- name: astral-sh/ruff
version: v0.1.7
51 changes: 36 additions & 15 deletions pkgs/astral-sh/ruff/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,39 @@ packages:
repo_owner: astral-sh
repo_name: ruff
description: An extremely fast Python linter and code formatter, written in Rust
asset: ruff-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.0.246")
no_asset: true
- version_constraint: semver("<= 0.1.7")
asset: ruff-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
- version_constraint: "true"
asset: ruff-{{trimV .Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
51 changes: 36 additions & 15 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.