Skip to content

Commit 31dfc9f

Browse files
authored
Merge pull request #164 from finsberg/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents fbbd40f + 1a23944 commit 31dfc9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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.9.3'
17+
rev: 'v0.9.6'
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.14.1
26+
rev: v1.15.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: v8.17.1
34+
rev: v8.17.2
3535
hooks:
3636
- id: cspell
3737
files: src/|docs/(.+).md|tests|README.md|examples/(.+).py

0 commit comments

Comments
 (0)