Skip to content

Commit b6df118

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.1](astral-sh/ruff-pre-commit@v0.13.0...v0.13.1) - [github.com/pre-commit/mirrors-mypy: v1.18.1 → v1.18.2](pre-commit/mirrors-mypy@v1.18.1...v1.18.2)
1 parent 3dd62f0 commit b6df118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- "--py37-plus"
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.13.0"
14+
rev: "v0.13.1"
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.18.1
47+
rev: v1.18.2
4848
hooks:
4949
- id: mypy
5050
exclude: (docs|pyfakefs/tests)

0 commit comments

Comments
 (0)