Skip to content

Commit 3c848ae

Browse files
chore(deps): pre-commit.ci autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.2](astral-sh/ruff-pre-commit@v0.4.10...v0.5.2) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
1 parent 09c27ce commit 3c848ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
3838
# Ruff version.
39-
rev: v0.4.10
39+
rev: v0.5.2
4040
hooks:
4141
# Run the linter.
4242
- id: ruff
@@ -45,7 +45,7 @@ repos:
4545
- id: ruff-format
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.10.0
48+
rev: v1.10.1
4949
hooks:
5050
- id: mypy
5151
files: src

0 commit comments

Comments
 (0)