pre-commit: update to 3.6.2.

This commit is contained in:
icp 2024-02-19 00:40:05 +05:30 committed by cinerea0
parent a735700031
commit 3b3f658628
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.6.1 version=3.6.2
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=c90961d8aa706f75d60935aba09469a6b0bcb8345f127c3fbee4bdc5f114cf4b checksum=c3ef34f463045c88658c5b99f38c1e297abdcc0ff13f98d3370055fbbfabc67e
make_check=no # unpackaged: pytest-env re-assert make_check=no # unpackaged: pytest-env re-assert
post_install() { post_install() {