Skip to content

Commit

Permalink
[pre-commit.ci] autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
  • Loading branch information
pre-commit-ci[bot] authored and peterjc committed Feb 3, 2025
1 parent 149baeb commit 723ed71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace
files: \.(py|sh|rst|yml|yaml)$
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
exclude: tests/
Expand Down Expand Up @@ -53,7 +53,7 @@ repos:
--report-level=warning,
]
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
files: \.(py|sh|rst|yml|yaml)$
Expand Down

0 comments on commit 723ed71

Please sign in to comment.