Skip to content

Update and adjust pre-commit hooks #1953

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Aug 17, 2024
Prev Previous commit
Next Next commit
Drop suggestion to auto-fix spelling (many false positives)
  • Loading branch information
EliahKagan committed Aug 15, 2024
commit 9556f63a965877db19002849d7bfeec71e84a2c7
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading