Skip to content

Commit 3b3ac2e

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#222)
updates: - [github.com/pre-commit/mirrors-mypy: v1.20.0 → v1.20.2](pre-commit/mirrors-mypy@v1.20.0...v1.20.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.9...v0.15.12) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bb0382c commit 3b3ac2e

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
@@ -26,7 +26,7 @@ repos:
2626
- id: black
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.20.0
29+
rev: v1.20.2
3030
hooks:
3131
- id: mypy
3232
files: src
@@ -36,7 +36,7 @@ repos:
3636
- types-requests
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: "v0.15.9"
39+
rev: "v0.15.12"
4040
hooks:
4141
- id: ruff
4242
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)