1
0
Fork 0

Merging upstream version 2.12.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 21:26:51 +01:00
parent 4664708450
commit 9b2e8c29eb
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
10 changed files with 58 additions and 71 deletions

View file

@ -1,6 +1,6 @@
[metadata]
name = pre_commit
version = 2.11.1
version = 2.12.0
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown
@ -33,6 +33,11 @@ install_requires =
importlib-resources;python_version<"3.7"
python_requires = >=3.6.1
[options.packages.find]
exclude =
tests*
testing*
[options.entry_points]
console_scripts =
pre-commit = pre_commit.main:main
@ -45,11 +50,6 @@ pre_commit.resources =
empty_template_*
hook-tmpl
[options.packages.find]
exclude =
tests*
testing*
[bdist_wheel]
universal = True