This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8581 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 2b87512eaff85b307ae80edb6c03f78cc0cafe06 Author: Guillermo Cruz <guillermo.c...@slashdotmedia.com> AuthorDate: Fri Jul 11 13:14:25 2025 -0600 [#8581] updated pre-commit ruff version --- .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 15207745b..2be89d5f8 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.11.7 + rev: v0.12.3 hooks: - id: ruff types: [python]