From 074a01efc2a19693fe245163f90d67efbac474e1 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 18 Oct 2025 14:17:37 +0200 Subject: [PATCH] Update .pre-commit-config.yaml file #3300 --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c14879c7..fccf4d14 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,9 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-ast + - id: check-builtin-literals - id: check-docstring-first - id: check-json - id: check-merge-conflict