Skip to content

Commit 86cb1fc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.14.2](astral-sh/ruff-pre-commit@v0.9.10...v0.14.2) - [github.com/gitleaks/gitleaks: v8.24.0 → v8.28.0](gitleaks/gitleaks@v8.24.0...v8.28.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2)
1 parent 0c0dc69 commit 86cb1fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: "v5.0.0"
12+
rev: "v6.0.0"
1313
hooks:
1414
- id: check-merge-conflict
1515
- id: debug-statements
@@ -22,7 +22,7 @@ repos:
2222
- id: check-toml
2323

2424
- repo: https://github.com/PyCQA/flake8
25-
rev: "7.1.2"
25+
rev: "7.3.0"
2626
hooks:
2727
- id: flake8
2828
args: [--config=.flake8, '--ignore=FCN001,W503']
@@ -38,18 +38,18 @@ repos:
3838
- id: detect-secrets
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.9.10
41+
rev: v0.14.2
4242
hooks:
4343
- id: ruff
4444
- id: ruff-format
4545

4646
- repo: https://github.com/gitleaks/gitleaks
47-
rev: v8.24.0
47+
rev: v8.28.0
4848
hooks:
4949
- id: gitleaks
5050

5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.15.0
52+
rev: v1.18.2
5353
hooks:
5454
- id: mypy
5555
additional_dependencies: ["types-PyYAML", "types-requests"]

0 commit comments

Comments
 (0)