Skip to content

Commit 38026d0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.2...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1)
1 parent 6551d5c commit 38026d0

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
@@ -78,7 +78,7 @@ repos:
7878
ignore-from-file: [.gitignore],}"]
7979

8080
- repo: https://github.com/astral-sh/ruff-pre-commit
81-
rev: v0.5.2
81+
rev: v0.5.6
8282
hooks:
8383
- id: ruff
8484
args: [--fix, --exit-non-zero-on-fix, --config=pyproject.toml]
@@ -94,7 +94,7 @@ repos:
9494
then /bin/mkdir .mypy_cache; fi; exit 0'
9595

9696
- repo: https://github.com/pre-commit/mirrors-mypy
97-
rev: "v1.10.1"
97+
rev: "v1.11.1"
9898
hooks:
9999
- id: mypy
100100
verbose: true

0 commit comments

Comments
 (0)