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

dill0wn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit b36242b39fabe3dce51ffaa39483d1eed1564a56
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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 67f2c4b9f..1ec028352 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
@@ -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