From 9b3b8c2c4b49b12f3a36f2d610c99f3d1913754f Mon Sep 17 00:00:00 2001 From: Benjamin-eecs Date: Sun, 23 Jul 2023 03:57:10 +0800 Subject: [PATCH] fix: pass lint --- .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 b8ab81e1..e5a71c36 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: debug-statements - id: double-quote-string-fixer - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.6 + rev: v16.0.4 hooks: - id: clang-format - repo: https://github.com/astral-sh/ruff-pre-commit