Skip to content

Commit 94c992f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.17 → v0.15.22](astral-sh/ruff-pre-commit@v0.15.17...v0.15.22) - [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.0](pre-commit/mirrors-mypy@v2.1.0...v2.3.0) - [github.com/DavidAnson/markdownlint-cli2: v0.22.1 → v0.23.1](DavidAnson/markdownlint-cli2@v0.22.1...v0.23.1)
1 parent 054b2b2 commit 94c992f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ repos:
5353
additional_dependencies: [black]
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: v0.15.17
56+
rev: v0.15.22
5757
hooks:
5858
- id: ruff-check
5959
name: ruff
@@ -71,7 +71,7 @@ repos:
7171
files: ^app/.*$
7272

7373
- repo: https://github.com/pre-commit/mirrors-mypy
74-
rev: v2.1.0
74+
rev: v2.3.0
7575
hooks:
7676
- id: mypy
7777
exclude: ^tests/.*$
@@ -81,7 +81,7 @@ repos:
8181
- "types-redis"
8282

8383
- repo: https://github.com/DavidAnson/markdownlint-cli2
84-
rev: v0.22.1
84+
rev: v0.23.1
8585
hooks:
8686
- id: markdownlint-cli2
8787
name: markdownlint

0 commit comments

Comments
 (0)