This is an automated email from the ASF dual-hosted git repository.
gcruz pushed a commit to branch gc/8575
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/gc/8575 by this push:
new e1368abf3 [#8575] updated pre-commit version in config file
e1368abf3 is described below
commit e1368abf3636148047e45fb24a2c6e9e3748af88
Author: Guillermo Cruz <[email protected]>
AuthorDate: Thu Feb 6 17:12:06 2025 -0700
[#8575] updated pre-commit version in config file
---
.pre-commit-config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1ec028352..dda1f4262 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -98,7 +98,7 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
- rev: v0.7.2
+ rev: v0.9.5
hooks:
- id: ruff
types: [python]