Skip to content

Commit 7ccdc1d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.5.5](astral-sh/ruff-pre-commit@v0.4.4...v0.5.5) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.0](pre-commit/mirrors-mypy@v1.10.0...v1.11.0)
1 parent 7f58483 commit 7ccdc1d

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
@@ -15,7 +15,7 @@ repos:
1515
- id: check-yaml
1616
files: .*\.(yaml|yml)$
1717
- repo: https://github.com/codespell-project/codespell
18-
rev: v2.2.6
18+
rev: v2.3.0
1919
hooks:
2020
- id: codespell
2121
name: codespell
@@ -27,7 +27,7 @@ repos:
2727
require_serial: false
2828
additional_dependencies: []
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: "v0.4.4"
30+
rev: "v0.5.5"
3131
hooks:
3232
- id: ruff
3333
args: [--fix, --exit-non-zero-on-fix]
@@ -38,7 +38,7 @@ repos:
3838
- id: yamllint
3939
files: \.(yaml|yml)$
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.10.0
41+
rev: v1.11.0
4242
hooks:
4343
- id: mypy
4444
additional_dependencies:

0 commit comments

Comments
 (0)