Skip to content

Commit 00cf537

Browse files
chore(deps): update pre-commit hooks
1 parent 7b02f72 commit 00cf537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ repos:
2020
- id: isort
2121
name: isort (python)
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.4.7
23+
rev: v0.4.10
2424
hooks:
2525
- id: ruff
2626
args: [--fix, --exit-non-zero-on-fix]
2727
- id: ruff-format
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.10.0
29+
rev: v1.10.1
3030
hooks:
3131
- id: mypy
3232
args: ["--config-file", "pyproject.toml"]

0 commit comments

Comments
 (0)