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

pre-commit v2.14.1 #45

Merged
merged 1 commit into from
Aug 29, 2021
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 recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "2.14.0" %}
{% set version = "2.14.1" %}

package:
name: pre-commit
version: {{ version }}

source:
url: https://github.com/pre-commit/pre-commit/archive/v{{ version }}.tar.gz
sha256: 8db593ca7fe03025a29a423a0743ac7561e8a7d72adb1124555102f8ae660c20
sha256: 6f65029e5e4395ce8487524554645334d93550251a806dbf06c5efbf89a113b6

build:
number: 0
Expand Down