From 3eade4eb8be20a8a9eeb7aa644f337774ba554df Mon Sep 17 00:00:00 2001 From: Walter Boring Date: Wed, 7 Jan 2026 10:39:16 -0500 Subject: [PATCH] updated pre-commit --- .pre-commit-config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78ea037..24d3c34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,18 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml + - id: check-json - id: detect-private-key - id: check-merge-conflict - id: check-case-conflict - - id: check-docstring-first - id: check-builtin-literals - id: check-illegal-windows-names + - id: double-quote-string-fixer + - id: name-tests-test - repo: https://github.com/asottile/setup-cfg-fmt rev: v2.7.0