Skip to content

Commit 69e4218

Browse files
committed
update pre-commit and fix
1 parent e5e4442 commit 69e4218

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
@@ -10,19 +10,19 @@ repos:
1010
- id: validate-pyproject
1111

1212
- repo: https://github.com/crate-ci/typos
13-
rev: typos-dict-v0.12.4
13+
rev: v1.29.9
1414
hooks:
1515
- id: typos
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.9.4
18+
rev: v0.9.7
1919
hooks:
2020
- id: ruff
2121
args: ["--fix", "--unsafe-fixes"]
2222
- id: ruff-format
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.14.1
25+
rev: v1.15.0
2626
hooks:
2727
- id: mypy
2828
files: "^src/"

0 commit comments

Comments
 (0)