Skip to content

Commit aa904f9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.0...v0.3.2) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent 0466bbd commit aa904f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: "v0.2.0"
6+
rev: "v0.3.2"
77
hooks:
88
- id: ruff
99
args: ["--fix"]
@@ -38,7 +38,7 @@ repos:
3838
language: python
3939
files: \.py$
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.8.0
41+
rev: v1.9.0
4242
hooks:
4343
- id: mypy
4444
exclude: (docs|pyfakefs/tests)

0 commit comments

Comments
 (0)