Skip to content

Commit a0a2a53

Browse files
[pre-commit.ci] pre-commit autoupdate (#358)
updates: - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4f840f0 commit a0a2a53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: check-toml
2828

2929
- repo: https://github.com/PyCQA/flake8
30-
rev: "7.1.0"
30+
rev: "7.1.1"
3131
hooks:
3232
- id: flake8
3333
additional_dependencies: [
@@ -41,7 +41,7 @@ repos:
4141
- id: detect-secrets
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.5.5
44+
rev: v0.5.6
4545
hooks:
4646
- id: ruff
4747
args: [--fix]
@@ -53,7 +53,7 @@ repos:
5353
- id: gitleaks
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: v1.11.0
56+
rev: v1.11.1
5757
hooks:
5858
- id: mypy
5959
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)