This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a commit to branch gc/8570
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/gc/8570 by this push:
     new 156f635a6 [#8570] ran pre-commit autoupdate to keep ruff versions in 
sync
156f635a6 is described below

commit 156f635a64f097f6105e304579dfee2b93df3f7a
Author: Guillermo Cruz <[email protected]>
AuthorDate: Thu Nov 7 12:37:45 2024 -0700

    [#8570] ran pre-commit autoupdate to keep ruff versions in sync
---
 .pre-commit-config.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 67f2c4b9f..8dcc4f47f 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: v4.6.0
+    rev: v5.0.0
     hooks:
     # general checks
     -   id: check-xml
@@ -70,7 +70,7 @@ repos:
         exclude: 'node_modules'
 
 -   repo: https://github.com/aristanetworks/j2lint
-    rev: f291b271118c524b9ecb0bb5df9f846345963469  # latest as of June 2024
+    rev: v1.1.0  # latest as of June 2024
     hooks:
     -   id: j2lint
         types: [html]
@@ -98,7 +98,7 @@ repos:
 
 - repo: https://github.com/astral-sh/ruff-pre-commit
   # Ruff version.
-  rev: v0.5.5
+  rev: v0.7.2
   hooks:
     - id: ruff
       types: [python]

Reply via email to