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 Feb 3, 2025
1 parent 56509ff commit e4104fb
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 @@ -26,7 +26,7 @@ repos:
language: pygrep
files: \.(py|sh|rst|yml|yaml)$
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
args: [--check, --diff]
Expand Down Expand Up @@ -58,7 +58,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 e4104fb

Please sign in to comment.