From 9556f63a965877db19002849d7bfeec71e84a2c7 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Thu, 15 Aug 2024 18:19:03 -0400 Subject: [PATCH] Drop suggestion to auto-fix spelling (many false positives) --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90b899f8e..c47d9a2c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,6 @@ repos: hooks: - id: codespell additional_dependencies: [tomli] - # args: ["--write-changes"] # consider enabling for auto-fix exclude: "test/fixtures/" - repo: https://github.com/astral-sh/ruff-pre-commit