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 9263987af683897950e0ff6ce4bba4c9acd9bca7 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]