This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/allura.git
commit 4eef6f1b9f746a933a5f4ee4467eb845e206c793 Author: Guillermo Cruz <[email protected]> AuthorDate: Wed May 20 22:19:34 2026 +0000 [#8608] precommit pin dependencies and updates --- .pre-commit-config.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aadea827c..9e39be038 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ default_stages: [pre-commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v6.0.0 + rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0 hooks: # general checks - id: check-xml @@ -37,7 +37,7 @@ repos: - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.10.0 + rev: 3a6eb0fadf60b3cccfd80bad9dbb6fae7e47b316 # frozen: v1.10.0 hooks: - id: rst-backticks exclude: @@ -70,7 +70,7 @@ repos: exclude: 'node_modules' - repo: https://github.com/aristanetworks/j2lint - rev: v1.2.0 + rev: ba3ae401e723b8e359ea675274d6733340f96582 # frozen: v1.2.0 hooks: - id: j2lint types: [file] @@ -91,15 +91,18 @@ repos: - -- - repo: https://github.com/milin/giticket - rev: v1.5 + rev: 27efa262fb98f045887ee4ddaa008a7b4f8f84c9 # frozen: v1.91 hooks: - id: giticket - args: ['--mode=regex_match', '--format=[#{ticket}] {commit_msg}', '--regex=[0-9]{4,}', '--format=[#{ticket}] {commit_msg}'] + args: + - --mode=regex_match + - --format=[#{ticket}] {commit_msg} + - --regex=[0-9]{4,} - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.0 + rev: 5e2fb545eba1ea9dc051f6f962d52fe8f76a9794 # frozen: v0.15.13 hooks: - id: ruff types: [python]
