Skip to content

Commit 49ad5c1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.5.6](astral-sh/ruff-pre-commit@v0.4.4...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.1](pre-commit/mirrors-mypy@v1.10.0...v1.11.1)
1 parent efe3ecf commit 49ad5c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude: >
55
)$
66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.4.4
8+
rev: v0.5.6
99
hooks:
1010
- id: ruff
1111
args:
@@ -27,7 +27,7 @@ repos:
2727
- id: prettier
2828
types_or: [css, yaml, markdown, json]
2929
- repo: "https://github.com/pre-commit/mirrors-mypy"
30-
rev: "v1.10.0"
30+
rev: "v1.11.1"
3131
hooks:
3232
- id: "mypy"
3333
name: "Check type hints (mypy)"

0 commit comments

Comments
 (0)