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