From a59e5d6f0726d75df889ce52c67b3e10e5171a81 Mon Sep 17 00:00:00 2001 From: Liu Xue Yan Date: Sun, 22 Sep 2024 16:37:20 +0800 Subject: [PATCH] ci: update pre-commit update ruff from v0.6.5 to v0.6.7 --- .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 0e935c7..e11969e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: check-docstring-first - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.5 + rev: v0.6.7 hooks: - id: ruff # Run the linter. types_or: [python, pyi, jupyter]