From 79da86142c9a84754f67630c90a1e3bb8a9c695c Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Mon, 17 Nov 2025 15:55:18 -0500 Subject: [PATCH] Prevent case conflict in files --- .pre-commit-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2473bc726a..7db9d7b538 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,4 +55,7 @@ repos: - id: ruff-format entry: ruff format src examples tests pass_filenames: false - +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v6.0.0 + hooks: + - id: check-case-conflict