Skip to content

Commit 01a4cbe

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.12.4](astral-sh/ruff-pre-commit@v0.12.3...v0.12.4) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.0](pre-commit/mirrors-mypy@v1.16.1...v1.17.0) - [github.com/streetsidesoftware/cspell-cli: v9.1.0 → v9.2.0](streetsidesoftware/cspell-cli@v9.1.0...v9.2.0)
1 parent 2a86797 commit 01a4cbe

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
@@ -14,7 +14,7 @@ repos:
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
# Ruff version.
17-
rev: 'v0.12.3'
17+
rev: 'v0.12.4'
1818
hooks:
1919
# Run the linter.
2020
- id: ruff
@@ -23,15 +23,15 @@ repos:
2323
- id: ruff-format
2424

2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.16.1
26+
rev: v1.17.0
2727
hooks:
2828
- id: mypy
2929
additional_dependencies: ["types-attrs"]
3030
files: ^src/|^tests/
3131
args: ["--config-file", "pyproject.toml"]
3232

3333
- repo: https://github.com/streetsidesoftware/cspell-cli
34-
rev: v9.1.0
34+
rev: v9.2.0
3535
hooks:
3636
- id: cspell
3737
files: src/|docs/(.+).md|tests|README.md|examples/(.+).py

0 commit comments

Comments
 (0)