Skip to content

Commit b7f2453

Browse files
chore(pre_commit): ⬆ pre_commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.21.1 β†’ v2.21.2](tox-dev/pyproject-fmt@v2.21.1...v2.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.12 β†’ v0.15.14](astral-sh/ruff-pre-commit@v0.15.12...v0.15.14) - [github.com/pre-commit/mirrors-mypy: v1.20.2 β†’ v2.1.0](pre-commit/mirrors-mypy@v1.20.2...v2.1.0)
1 parent fb2dec9 commit b7f2453

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
args: ["--print-width=120"]
3838

3939
- repo: https://github.com/tox-dev/pyproject-fmt
40-
rev: v2.21.1
40+
rev: v2.21.2
4141
hooks:
4242
- id: pyproject-fmt
4343

@@ -47,7 +47,7 @@ repos:
4747
- id: validate-pyproject
4848

4949
- repo: https://github.com/astral-sh/ruff-pre-commit
50-
rev: v0.15.12
50+
rev: v0.15.14
5151
hooks:
5252
- id: ruff-check
5353
args: ["--fix"]
@@ -65,7 +65,7 @@ repos:
6565
exclude: ^(docs/changelog\.md|docs/deprecated\.md)$
6666

6767
- repo: https://github.com/pre-commit/mirrors-mypy
68-
rev: v1.20.2
68+
rev: v2.1.0
6969
hooks:
7070
- id: mypy
7171
additional_dependencies:

0 commit comments

Comments
Β (0)