pre-commit: update to 4.0.1.

This commit is contained in:
icp 2024-10-06 02:03:28 +05:30 committed by cinerea0
parent c1170d04fd
commit 1ba7ec5d65
1 changed files with 2 additions and 2 deletions

View File

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