Skip to content

Commit bf22bb2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.2](astral-sh/ruff-pre-commit@v0.6.1...v0.6.2) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2) - [github.com/crate-ci/typos: v1.23.6 → v1.24.1](crate-ci/typos@v1.23.6...v1.24.1)
1 parent a52b2bf commit bf22bb2

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
@@ -16,7 +16,7 @@ repos:
1616
- id: check-toml
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: 'v0.6.1'
19+
rev: 'v0.6.2'
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix]
@@ -25,7 +25,7 @@ repos:
2525
types_or: [python, jupyter]
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.11.1
28+
rev: v1.11.2
2929
hooks:
3030
- id: mypy
3131
entry: python3 -m mypy --config-file pyproject.toml
@@ -34,7 +34,7 @@ repos:
3434
exclude: "tests"
3535

3636
- repo: https://github.com/crate-ci/typos
37-
rev: v1.23.6
37+
rev: v1.24.1
3838
hooks:
3939
- id: typos
4040
args: [--force-exclude]

0 commit comments

Comments
 (0)