Skip to content

Commit 39a631f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.14.14](astral-sh/ruff-pre-commit@v0.9.2...v0.14.14) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.19.1](pre-commit/mirrors-mypy@v1.14.1...v1.19.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent efb2d5f commit 39a631f

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
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.9.2'
4+
rev: 'v0.14.14'
55
hooks:
66
# Run the formatter.
77
- id: ruff-format
88
# Run the linter.
99
- id: ruff
1010
args: [--fix]
1111
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: 'v1.14.1'
12+
rev: 'v1.19.1'
1313
hooks:
1414
- id: mypy
1515
additional_dependencies: [pytest]
1616
exclude: utils
1717
- repo: https://github.com/codespell-project/codespell
18-
rev: 'v2.3.0'
18+
rev: 'v2.4.1'
1919
hooks:
2020
- id: codespell
2121
files: \.(py|rst|md)$

0 commit comments

Comments
 (0)