Skip to content

Commit aa6962a

Browse files
[pre-commit.ci] pre-commit autoupdate (#179)
updates: - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.3...v0.9.6) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5cf0259 commit aa6962a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727

2828
# Check for spelling
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.4.0
30+
rev: v2.4.1
3131
hooks:
3232
- id: codespell
3333
args: ["-L", "larg"]
@@ -55,15 +55,15 @@ repos:
5555

5656
# Ruff, the Python auto-correcting linter/formatter written in Rust
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.9.3
58+
rev: v0.9.6
5959
hooks:
6060
- id: ruff
6161
args: ["--fix", "--show-fixes", "--exclude=__init__.py"]
6262
- id: ruff-format
6363

6464
# Black format Python and notebooks
6565
- repo: https://github.com/psf/black
66-
rev: 24.10.0
66+
rev: 25.1.0
6767
hooks:
6868
- id: black-jupyter
6969
...

0 commit comments

Comments
 (0)