From 985dcdd1ae6d48a8d66d5e3550b2e51cc185db34 Mon Sep 17 00:00:00 2001 From: apoclyps Date: Mon, 9 Dec 2024 00:04:45 +0000 Subject: [PATCH] Auto-update pre-commit hooks --- .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 535810a..8a34649 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -107,7 +107,7 @@ repos: exclude: ^tests/ - repo: https://github.com/jendrikseipp/vulture - rev: v2.13 + rev: v2.14 hooks: - id: vulture description: Find dead Python code