pre-commit: update to 3.0.4.

This commit is contained in:
icp 2023-01-24 11:09:38 +05:30 committed by Michal Vasilek
parent db53f19a7a
commit 2d578957e0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'pre-commit'
pkgname=pre-commit
version=2.21.0
version=3.0.4
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://pre-commit.com/"
changelog="https://raw.githubusercontent.com/pre-commit/pre-commit/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/p/pre-commit/pre_commit-${version}.tar.gz"
checksum=31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658
checksum=bc4687478d55578c4ac37272fe96df66f73d9b5cf81be6f28627d4e712e752d5
make_check=no # unpackaged: pytest-env re-assert
post_install() {