Skip to content

Commit 61e5bee

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.0 → v0.8.6](astral-sh/ruff-pre-commit@v0.3.0...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.14.1](pre-commit/mirrors-mypy@v1.8.0...v1.14.1) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent 0d7b830 commit 61e5bee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ exclude: tests/fixtures/raw_nb.py
77

88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.3.0
10+
rev: v0.8.6
1111
hooks:
1212
- id: ruff
1313
args: [--fix]
1414
- id: ruff-format
1515

1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.8.0
17+
rev: v1.14.1
1818
hooks:
1919
- id: mypy
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.5.0
22+
rev: v5.0.0
2323
hooks:
2424
- id: check-case-conflict
2525
- id: check-symlinks
@@ -30,8 +30,8 @@ repos:
3030
- id: trailing-whitespace
3131

3232
- repo: https://github.com/codespell-project/codespell
33-
rev: v2.2.6
33+
rev: v2.3.0
3434
hooks:
3535
- id: codespell
36-
stages: [commit, commit-msg]
36+
stages: [pre-commit, commit-msg]
3737
args: [--check-filenames]

0 commit comments

Comments
 (0)