This is an automated email from the ASF dual-hosted git repository. brondsem pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/allura.git
commit fb1a0646021ca9dac740a5483e2ea290f790b93a 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]
