Skip to content

Commit

Permalink
Removing codespell from pre-commit
Browse files Browse the repository at this point in the history
Could be re-introduced once it stops producing false positives.
  • Loading branch information
claudep committed Jan 25, 2025
1 parent a794c1e commit a610e09
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ repos:
hooks:
- id: ruff # See pyproject.toml for args

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell # See pyproject.toml for args
additional_dependencies:
- tomli

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.23
hooks:
Expand Down

0 comments on commit a610e09

Please sign in to comment.