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

[bot-automerge] ruff v0.0.226 #84

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipe/meta.yaml
@@ -1,13 +1,13 @@
{% set name = "ruff" %}
{% set version = "0.0.220" %}
{% set version = "0.0.226" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 621f7f063c0d13570b709fb9904a329ddb9a614fdafc786718afd43e97440c34
sha256: 988334f0ff4a80ef91faf46f447f10292b757f1eb94f5f9cf5d1eef400142c33

build:
number: 0
Expand Down