Skip to content

Commit 6a0469b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.4.9](astral-sh/ruff-pre-commit@v0.1.4...v0.4.9) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.10.0](pre-commit/mirrors-mypy@v1.6.1...v1.10.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent 7fd7a26 commit 6a0469b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exclude: >
1212
repos:
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.5.0
15+
rev: v4.6.0
1616
hooks:
1717
- id: check-json
1818
- id: check-yaml
@@ -25,14 +25,14 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.1.4
28+
rev: v0.4.9
2929
hooks:
3030
- id: ruff
3131
args: ["--fix", "--show-fixes"]
3232
- id: ruff-format
3333

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.6.1
35+
rev: v1.10.0
3636
hooks:
3737
- id: mypy
3838
args: [--config-file=pyproject.toml]
@@ -48,7 +48,7 @@ repos:
4848
)$
4949
5050
- repo: https://github.com/codespell-project/codespell
51-
rev: v2.2.6
51+
rev: v2.3.0
5252
hooks:
5353
- id: codespell
5454
args: ["-S", "*.ipynb"]

0 commit comments

Comments
 (0)