Skip to content

Commit 4a14a69

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.10](astral-sh/ruff-pre-commit@v0.15.9...v0.15.10) - [github.com/pre-commit/mirrors-mypy: v1.20.0 → v1.20.1](pre-commit/mirrors-mypy@v1.20.0...v1.20.1)
1 parent ef60cdb commit 4a14a69

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
@@ -11,7 +11,7 @@ repos:
1111
- "--py310-plus"
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.15.9"
14+
rev: "v0.15.10"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]
@@ -44,7 +44,7 @@ repos:
4444
language: python
4545
files: \.py$
4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v1.20.0
47+
rev: v1.20.1
4848
hooks:
4949
- id: mypy
5050
exclude: (docs|pyfakefs/tests)

0 commit comments

Comments
 (0)