Skip to content

Commit 7bee0fc

Browse files
ci: [pre-commit.ci] pre-commit autoupdate (#2419)
updates: - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.13...v0.12.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 814abf5 commit 7bee0fc

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
@@ -24,7 +24,7 @@ repos:
2424
- id: check-toml
2525

2626
- repo: https://github.com/PyCQA/flake8
27-
rev: "7.2.0"
27+
rev: "7.3.0"
2828
hooks:
2929
- id: flake8
3030
args: [--config=.flake8]
@@ -45,7 +45,7 @@ repos:
4545
]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.11.13
48+
rev: v0.12.0
4949
hooks:
5050
- id: ruff
5151
- id: ruff-format
@@ -56,7 +56,7 @@ repos:
5656
- id: gitleaks
5757

5858
- repo: https://github.com/pre-commit/mirrors-mypy
59-
rev: v1.16.0
59+
rev: v1.16.1
6060
hooks:
6161
- id: mypy
6262
exclude: ^(tests/|examples/|docs/)

0 commit comments

Comments
 (0)