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
Fix a spelling error that codespell didn't catch
  • Loading branch information
EliahKagan committed Aug 15, 2024
commit c82bb65fd263603b374b925f61483efc47c2a264
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: codespell
additional_dependencies: [tomli]
# args: ["--write-changes"] # consider enabling for auto-fif
# args: ["--write-changes"] # consider enabling for auto-fix
exclude: "test/fixtures/"

- repo: https://github.com/astral-sh/ruff-pre-commit
Expand Down
Loading