Skip to content

Commit 61570dd

Browse files
authored
Merge branch 'main' into advanced_search
2 parents a99f9e1 + ae34943 commit 61570dd

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
@@ -36,7 +36,7 @@ repos:
3636
exclude: .*/__snapshots__/.*|.*-input\.json$
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.14.6
39+
rev: v0.14.7
4040
hooks:
4141
- id: ruff
4242
- id: ruff-format
@@ -50,12 +50,12 @@ repos:
5050
# - id: renovate-config-validator
5151

5252
- repo: https://github.com/gitleaks/gitleaks
53-
rev: v8.29.1
53+
rev: v8.30.0
5454
hooks:
5555
- id: gitleaks
5656

5757
- repo: https://github.com/pre-commit/mirrors-mypy
58-
rev: v1.18.2
58+
rev: v1.19.0
5959
hooks:
6060
- id: mypy
6161
additional_dependencies: ["types-PyYAML", "types-requests"]

0 commit comments

Comments
 (0)