Skip to content

Commit 08388f7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.267](astral-sh/ruff-pre-commit@v0.0.263...v0.0.267) - [github.com/tox-dev/pyproject-fmt: 0.11.1 → 0.11.2](tox-dev/pyproject-fmt@0.11.1...0.11.2) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](pre-commit/mirrors-mypy@v1.2.0...v1.3.0)
1 parent 1faf10b commit 08388f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: auto-walrus
1717

1818
- repo: https://github.com/charliermarsh/ruff-pre-commit
19-
rev: v0.0.263
19+
rev: v0.0.267
2020
hooks:
2121
- id: ruff
2222

@@ -33,7 +33,7 @@ repos:
3333
- tomli
3434

3535
- repo: https://github.com/tox-dev/pyproject-fmt
36-
rev: "0.11.1"
36+
rev: "0.11.2"
3737
hooks:
3838
- id: pyproject-fmt
3939

@@ -51,7 +51,7 @@ repos:
5151
- id: validate-pyproject
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.2.0
54+
rev: v1.3.0
5555
hooks:
5656
- id: mypy
5757
args:

0 commit comments

Comments
 (0)